@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;
    
    background-color: rgb(206, 203, 186);
    margin: auto;
    text-align: center;
}

header {
    background-color: rgb(73, 91, 41);
    height: 15vw;
    color: rgb(206, 203, 186);
    justify-content: center;
    align-items: center;
    display: flex;
    
}
header h1 {
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10vw;
    z-index: 999;
}

.l1 {
    height: 15vw;
    position: absolute;
    left: 0;
}
.l2 {
    height: 15vw;
    position: absolute;
    right: 0;
}

.nav {
    height: 2vw;
    background-color: rgb(31, 61, 59);
}

main h1, main h2, main h3 {
    color: rgb(73, 91, 41);
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
}

main h4 {
    color: rgb(73, 91, 41);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
}

button {
    height: 2vw;
    width: 2vw;
    border-color: rgb(73, 91, 41);
    border-width: 0.2vw;
    background-color: rgb(223, 220, 202);
    border-style: solid;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: rgb(73, 91, 41);
}

button:hover {
    border-color: rgb(92, 145, 163);
    color: rgb(55, 99, 113);
}

#vyhod {
    height: 2vw;
    width: 8vw;
}