body{
    font-family: 'Times New Roman', Times, serif;
    color: #4c4e3e;
    margin: 0;
    padding: 0;
    background-color: #e7e1d8;
}

.heading{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b3bea6;
    margin-bottom: 50px;
}

.navigation{
    display: flex;
    flex-direction: column;  
    min-width: fit-content; 
    margin-right: 50px;
}

.navigation a button{
    background-color: #b3bea6;
    border-radius: 25px;
    border: none;
    padding: 10px;
    text-decoration: none;
    color: #4c4e3e;
    font-family: 'Times New Roman', Times, serif;
}

.explanantion{
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    margin-right: 100px;
}

.main{
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: row;
}

.explanantion a button{
    background-color: #b3bea6;
    border-radius: 25px;
    border: none;
    padding: 10px;
    text-decoration: none;
    color: #4c4e3e;
    font-family: 'Times New Roman', Times, serif;
}