body{
    background-color: rgb(252, 171, 51);
}

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;
}
p{
    font-size: 30px;
    text-align: center;
}

h1{
    text-align: center;
}