@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Righteous&display=swap');

body{
    background-color: rgb(206, 203, 186);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    color: rgb(31, 61, 59);
}

main {
    width: 60vw;
    
    
    margin: auto;
}

header {
    
    margin: 0;
}

h1 {
    color: rgb(73, 91, 41);
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 2vw;
    padding-left: 1vw;
}

a {
    text-decoration: none;
    color: rgb(92, 145, 163);
}

a:hover {
    color: rgba(92, 145, 163, 0.462);
}

button {
    margin-left: 1vw;
    background-color: rgb(206, 203, 186);
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    border-radius:3em;
    border: 5px solid rgb(31, 61, 59); 
    color: rgb(31, 61, 59);
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}
button:hover {
    background-color: rgb(223, 220, 202);
    border: 5px solid rgb(92, 145, 163); 
    color: rgb(92, 145, 163);
}

.l1 {
    height: 15vw;
    position: absolute;
    left: 0;
}
.l2 {
    height: 15vw;
    position: absolute;
    right: 0;
}