@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html, body{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #444444;
}
.container {
    width: 1170px;
}
.logo{
    max-width: 200px;
    width: 100%;
}
header{
    background-color: #e1efe3;
    color: #4c4c4c;
}
h1{
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    color: #43ad35;
    font-size: 38px;
}
h2{
    color: #186e0d;
    font-size: 32px;
}
a{
    color: #609648;
    text-decoration: none;
}
.btn{
    border-top: 1px solid #79aa68;
    border-right: 1px solid #79aa68;
    border-bottom: 1px solid #79aa68;
    border-left: 1px solid #79aa68;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #f6faf6;
    max-width: 356px;
    padding-top: 19px;
    padding-right: 19px;
    padding-bottom: 19px;
    padding-left: 19px;
    text-decoration: none;
    margin-top: 50px;
    font-size: 26px;
    color: #0e970c;
}
.btn:hover{
    background-color: rgba(96, 150, 72, 0.34);
    color: #0e970c;
}
footer{
    background-color: #e1efe3;
}
footer a{
    color: #555555;
    text-decoration: none;
    cursor: pointer;
}
footer a:hover{
    color: #609648;
}
footer .copyright{
    color: #aaa;
    font-size: 10px;
    padding: 4px 0;
}
.modal-header{
    border: none;
}