  body{
    background-color:#FAEFD4;
  }
  
 #name{
    position:fixed;
    bottom:1%;
    left:85%;
  }
  #correo{
    position:fixed;
    bottom:1%;
    right:80%;
  }
  #fecha{
    color:#D39E49;
    position : fixed;
    bottom : 1%;
    right : 40%;
  }
  .foto{
  width :450px; 
  height :450px;
  float : left;
  }
  .video{
  width:450px; 
  height:450px; 
  float:right;
  }
  nav{
  border: 1px solid #000;
  background-color:#F5AE3C;
  }
  h1{
    text-align:center;
  }
