html {overflow-x: hidden ;
 scroll-behavior: smooth
}

body {
 background-color: #DFDFDF;
  margin:0;
  padding:0;
  
 
}

.titulos{font-family: Times New Roman;
      color: black;
      text-align: center;
      padding-top: 30px;
      padding-bottom:30px}

.textos{font-family: Times New Roman;
      color: black;
      display: block; 
      text-align: justify;
      font-size:17px;
      margin-left:5vw;
      margin-right:5vw;
      justify-content: center}


.imageninicio{ width: 200px;  
      display: block;  
      margin-left: auto;  
      margin-right: auto;  
      border-radius: 100%;
      box-shadow: 2px 10px 30px black;
      position: relative;
      transition: transform 250ms
     }

.imageninicio:hover {position: relative; 
  transform: translateY(-30px); 
 width: 15%;
  transition: 1s;
}
  
  a{text-decoration: none; color: black
}


#buttons{ margin-left: 23%;
margin-top: 20px}

.boton{
  font-size: 2vw;
  padding: 7px;
  position: relative;
  font-family: Times New Roman;
  color: black;
  margin-left: 4vw;
  
  

}

.boton:hover{
   border-bottom: 3px solid black
}
 
.imagenes{ padding-top: 10vh;
  text-align: center;
  padding-bottom: 10vh;
  
    
}

img{ filter: grayscale(100%)}
img:hover {position: relative; 
  transform: translateY(-30px); 
  transition: 0.5s;
  filter: grayscale(0%)
  
}

header{
background: url('https://cdn.discordapp.com/attachments/979522160303411242/994787745811660850/32851.jpg') no-repeat center;  
  background-size: cover;
  background-position: center center; 
  height: 100vh;
  margin: 0px ;
  color: white;
  
 
}

 
#nombre{font-family: Times New Roman;
      color: white;
      text-align: center;
      margin: 0;
      padding-top: 45vh;
      font-size:5vw;
  
      }