*{
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.titulo{
    text-align: center;
}
.texto{
    text-align: center;
}
p{
    margin: 0;
    font-size: 20px;
}
.cuadrado{ 
    padding-top: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-bottom: 20px;
}
.datos{
    text-align: center;
    background-color: #10345e;
    width: 500px;           /* Ancho de 150 píxeles */
    border-radius: 30px; 
    color: white;
    font-size: 27px;
    padding: 20px;
}
.igjor{
	color:white;
}

h1{
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .datos{
        margin: 10px;
        width: 350px;/* Ancho de 150 píxeles */
        font-size: 20px;
        height: fit-content;

    }
    .cuadrado {
        left: 3%;
        padding-top: 15px;
    }
    .giff{
        width: 50px;
        height: 50px;
    }
    h1{
    font-size: 20px;
    padding-top: 0;
  }
    p {
        font-size: 15px;
    }
}