* {
    box-sizing: border-box;
    scroll-padding-top: 100px;
    font-family: 'Playfair Display', serif;
  }

body {
    width: 85%;
    max-width: 1200px;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: auto;
    
}

h2 {
    color: #027b44;
}
h3 {
    color: #027b44;
}

.description{
    display: block;
}
.description p {
    text-align: justify;
    text-justify: inter-word;
    color: #000;
}

footer {
    position: relative;
    height: 100px;
    width: 100%;
}

.copyright {
    position: absolute;
    width: 100%;
    color: #000;
    text-align: center;
    bottom:0;
}