body {
    background-color:  #e3d8b5;
    font-family: 'Roboto';
}

@font-face {
    font-family: 'Pixellari';
    src: url('fonts/subset-Pixellari.woff2') format('woff2'),
        url('fonts/subset-Pixellari.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Departure Mono';
    src: url('fonts/subset-DepartureMono-Regular.woff2') format('woff2'),
        url('fonts/subset-DepartureMono-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/subset-Roboto-Regular.woff2') format('woff2'),
        url('fonts/subset-Roboto-Regular.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Roboto Mono';
    src: url('fonts/subset-RobotoMono-Medium.woff2') format('woff2'),
        url('fonts/subset-RobotoMono-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

nav {
    text-align: center;
}



header {
    float: none;
    text-align: left;
    width: 100%;
    color:#4e2c2e;
}



@media(max-width:500px) {
    header {
        float: none;
        text-align: center;
        margin: 0;
        width: 100%;
    }

}


article {
    margin: auto;
    width: 40%;
    position: relative;
    text-align: center;
    color: #4e2c2e;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: x-large;
    border-radius: 25px;


}

article ul {
    text-align: left;
    list-style-position: inside;
}

article a {
    text-decoration: solid;
    color: #895b29

}

article a:hover {
    color: #c19b6c;
}

.navbar {
    list-style-type: none;
    margin: 0;
    padding-top: 20px;
    overflow: hidden;
    display: inline-block;
    border-radius: 25px;
}

.navbar li {
    float: left;
}

.navbar li a {
    padding: 50px;
    text-align: center;
    text-decoration: none;
    color: #895b29;
    font-size: x-large;
}

.navbar li a:hover {
    color: #c19b6c;
}

footer  {
    text-align: center;
    padding-top: 20px;
}

.buttons {
    padding-bottom: 10px;
}

footer p {
    margin: auto;
    width: 25pc;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 25px;
    color: #4e2c2e;
}

main img {
    object-fit: contain;
    align-items: center;
    width: 500px;
}

.special {
    color: rgb(110, 135, 91)
}