h3{
    list-style-type: none;
    font-family: "Rock Salt", cursive;
    font-weight: 10px;
    font-size: 35px;
    font-style: normal;
    text-align: center;
    color: #010a30;
}
.datos{
    font-family: "Gloria Hallelujah", cursive;
    font-weight: 300px;
    font-size: 30px;
    font-style: normal;
    color:  #010a30;
    text-align: center;
    margin-bottom: 1px;
}

.Random{
    width: 100%;
    margin: auto;
    font-family: "Gloria Hallelujah", cursive;
    font-weight: 300;
    font-size: 23px;
    font-style: normal;
    color:  #010a30;
    text-align: center;  
   }

   li{
    list-style-type: none;
   }

   .random-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
   }



.video{
    width: 390px ;
   
   margin-top: 10px;
}


@media only screen and (max-width: 768px) {

.Random{
    height: fit-content;
     font-size: 17px;
     padding: 0 2px; 
     
}
.random-container{
   
    flex-direction: column;
    width: 90%;
   }
.datos {
    width: 100%;
    
}
}