@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

body{
   margin: 0;  
   padding: 0;  
   border: 0;  
   font-size: 100%;  
   font: inherit;  
   vertical-align: baseline;
   overflow-y:hidden;
}

.bg {
    display: flex;
    justify-content: center;
    background-image: url(imagenes/bgInfo.png);
    background-size:contain;
    background-repeat: no-repeat;
    height: 400vh;
    
}

h1 {
    font-family: Comfortaa;
    font-size: 150%;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 0;
    padding-top: 23%;
    
}