body {
    background-image: url();
    background-attachment: fixed;
    background-size: 20vw;
  }
  #fotoinicio {
    text-align: center;
    position: absolute;
    top: 5vw;
    right: 15vw;
    border-style: solid;
    border-color: #00264d;
    border-width: 0.5vw;
  }
  
  #indice a {
    position: relative;
    display: block;
    padding: 1.5vw 0.2vw;
    width: 25vw;
    text-align: center;
    background-color: #096147;
    border-radius: 15px;
    height: 2.8vw;
    margin: 2.3vw 17vw;
    text-decoration: none;
    font-size: 2.5vw;
    color: #06cc70;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  #indice a:hover {
    color: #000000;
    background-color: #ffffff;
    transition-duration: 0.5s;
  }
  
  .box {
    position: relative;
    background-color: #000000;
    padding: 1vw;
    margin-left: 8vw;
    margin-right: 8vw;
    float: center;
    border-radius: 1vw;
  }
  #nombre {
    position: relative;
    color: #08c3fc;
    text-shadow: 1.5px 1px 2px rgb(2, 84, 95);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    float: center;
    font-size: 5.2vw;
  }
  #perfil,
  #illia,
  #futuro,
  #galeria,
  #musica,
  #peliculas,
  #videojuegos{
    position: relative;
    font-size: 2vw;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: #04ec93;
    background-color: rgb(7, 56, 37);
    padding-left: 2vw;
    padding-right: 1vw;
    border-radius: 5px;
    border-color: #000000;
  }
  .titulos {
    position: relative;
    font-family: "Roboto slab", serif;
    font-size: 1.3vw;
    color: white;
    padding-left: 0vw;
    padding-right: 0.4vw;
  }
  
  .parrafos {
    position: relative;
    font-family: "Roboto slab", serif;
    font-size: 1.8vw;
    text-align: justify;
    color: white;
  }
  .container {
    flex-wrap: wrap;
    padding: 0.5vw 0.5vw 0vw 0.5vw;
    text-align:center;
  }
  .imagengale {
    padding: 0.3vw 0.3vw 0.3vw 0.3vw;
    margin: 1px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
  }
  .imagengale:hover {
    transform: scale(1.3);
    transition: all 0.6s;
  }
  
  .arriba {
    position: fixed;
    bottom: 0;
    right: 0;
  }
  
  #pys:hover {
    transform: scale(1.1);
  }
  
  #pys, #musica, #videojuegos, #peliculas { 
    height: 200%;
     margin:2vw;
    dislay: block;
    text-align: center;
  }

  #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }