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;
}




 

video{
    float: left;
}

img{
    float: right;
}
footer{
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    background-color:rgb(248, 207, 113)
}

nav a:hover{
    scale: 1.3;

}

h1{
    text-align: center;
}

p{
    font-size: 20px;
    text-align: center;
}