@font-face {
font-family: 'Lost in South';
src: url('Fonts/Lost in South.ttf')
}


body{
    background-color: antiquewhite;
    margin: 0px;
}
header{
    text-align: center;
    background-color: tomato;
    padding: 20px;

}
main{
    margin: 40px;
}
#header {
    background-color: tomato;
}
hr {
    width: 100%;
    
}
nav{
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
    color: black ;
}
.nav{
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
    color: black ; 
}