body{

    /*
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,9,1) 35%, rgba(0,212,255,1) 100%);
    */
    
    background: rgb(253,45,45);
    background: linear-gradient(0deg, rgba(253,45,45,0.7875744047619048) 0%, rgba(156,45,253,0.8295912114845938) 60%);
    font-family: sans-serif;
    color: white;
}

main{
    width: 730px;
    margin: 100px auto 50px;
    display: flex;
    align-items: center;
}

.section1{
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0 10px 10px 10px;
    border-radius: 8px;
}

h1{
    text-align: center;
}

button{
    height: 100px;
    width: 100px;
    font-size: 40px;
    color: black;
    font-weight: bold;
}

button:hover{
    cursor: pointer;
}

.section2{
    background-color: rgba(255, 255, 255, 0.2);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;   
    width: 250px;
    height: 400px;
    padding: 0 20px;
}

.estadisticas{
    border: 1px solid white;
    height: 105px;
    border-radius: 8px;
    padding: 8px 20px;
    box-sizing: border-box;

}

footer{
    text-align: center;
    text-decoration: none;
}

img{
    width: 80%;
}

.container{
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid white;
    color: white;
    font-size: 25px;
    width: 150px;
    height: 65px;
    border-radius: 8px;
    margin: 0 60px;
    margin-top: 0.5cm;   
    padding: 8px 20px;
    box-sizing: border-box;
}


@media only screen and (max-width: 600px) {
  /* Reglas de estilo para pantallas de tamaño máximo de 600px */
  /* 1230x900x50% Por ejemplo, puedes utilizar estas reglas para ajustar el tamaño de la fuente y el espaciado de los elementos en tu sitio web para que sean más legibles en pantallas más pequeñas */
}


