body, html{
  background-color:#24283E;
  margin: 0;
}
#portada{
  background-color:#24283E;
  margin: 0;
  min-height: 50vw;
}
#titulo{
  font-family: 'Fredericka the Great', cursive;
  color: white;
  font-size: 6.5vw;
  position: absolute; 
  margin-top:-4vw; left:35vw;
}
#video{
  width:63vw;
  height: 40vw;
  position: absolute;
  margin-top: 28.5vw; left: 20vw; 
}
#foto{
  width:83vw;
  position:absolute; 
  margin-top:13vw; left:5vw;
}
#volver{
  width: 75px;
  height: 75px;
  background-image: url("https://i.imgur.com/reTLZnh.png");
  background-size: contain;
}