body{
    font-family: 'Times New Roman', Times, serif;
    color: #4c4e3e;
    margin: 0;
    padding: 0;
    background-color: #e7e1d8;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #b3bea6;
    margin-bottom: 2rem;
}

.logo{
    margin-left: 10px;
}

.nav-links{
    display: flex;
    list-style: none;
    gap: 2rem;
    margin-right: 4rem;
}

.nav-links li a{
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
}

.heading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main{
    margin-left: 100px;
    margin-right: 100px;

.buttons{
    display: flex;
    justify-content: start;
    
}
}
.buttons button{
    background-color: #b3bea6;
    border: none;
}
.buttons button a{
    text-decoration: none;
}