body { 
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120vh;
}


.container{
    font-family: sans-serif;
    text-align: start;
    font-weight: 100;
    max-width: 800px;
    width: 90%;
    padding: 20px; 
    box-sizing: border-box;
}
.container h2{
    font-weight: 300;
    padding-top: 20px;
}
.title1, .title2{
    font-family:'Times New Roman', Times, serif;
    text-align: center;
    font-weight: 100;
    font-size: 35px;
    line-height: 45px;
}
.title2{
    font-size: 50px;
    margin-top: -20px;
    padding-bottom: 20px;
}
.about{
    font-family: sans-serif;
    line-height: 25px;
}
.homebtn{
    display: block;
    width: fit-content; 
    margin: 30px auto; 
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 300;
    color: #186218;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}

.homebtn:hover{
    color: #2d7f2da4;
}