@font-face {
    font-family: Archistico;
    src: url("Fonts/archistico/Archistico_Bold.ttf")
}

h1{
    font-family: Archistico,Arial, Helvetica, sans-serif;
    background-color: rgb(219,220,208);
     -webkit-text-stroke: .5px black;
    text-align: center;
    margin-top: 2%;
    font-size: 10ch;
    color: rgb(102,79,70);
}
.dropdown-menu{
    background-color: rgb(219,220,208);
}


nav{
    background-color:  rgb(102,79,70);
    
}
body{
    background-color: rgb(213,188,134);
}

footer{
    background-color:rgb(102,79,70) ;
    color: white ;
}
li{
    list-style-type: none;
}
.col-8{
    text-align: center;
}