body{
    background-color: rgb(255, 216, 159);
}

a{color: rgb(0, 0, 0);
}


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)
}

img{    
    float: right;
}

nav a:hover{
scale: 1.3;
}

p{
    font-size: 25px;
    text-align: center;
}

h1{
    text-align: center;
}

    button {
      position: absolute;
      background-color: #ff4747;
      color: white;
      border: none;
      padding: 20px 40px;
      font-size: 22px;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.2s;
    }