body{
    background-color: rgb(255, 197, 111);
}

a{color: black;
}


nav {
    display: flex;
    justify-content: center;
     background-color: rgb(211, 162, 87);
    
}

nav a {
    display: flex;
    padding: 15px 25px;
}
footer{
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    background-color:rgb(248, 207, 113)
}


nav a:hover{
    scale: 1.3;
}

img{
    float: right;
}

h1{
    text-align: center;
}
p{
font-size: 25px;
text-align: center;
}