html {
  
    background-image: url("bgi.webp");
    background-repeat: no-repeat;
   
      background-size: cover;
      
}
body{
    color: gold;
}
h1,
h2,
h3 {
    text-align: center;
}

iframe {
    margin: auto;
    display: block;
}

ul{
    width:80%;
    margin: auto;
    background-color: rgb(252, 79, 79);
    opacity: 0.8;
    
}
.photos{
    display: flex;
   
    height: 30vh;
    
    margin: auto;
    justify-content: space-evenly;
    
}

audio {
    top:0;
    position: absolute;
}