body{
    background: #149ddd;
    background: radial-gradient(circle,#000 0%, #149ddd 100%);
    font-family: sans-serif;
    color: whitesmoke;
}
main{
    width: 730px;
    margin: 30px auto;
    display: flex;
    align-items: center;
}
.section1{
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0 10px 10px 10px;
    border-radius: 12px;
    align-items: center;
}
h1{
    text-align: center;
}
button{
    height: 100px;
    width: 100px;
    font-size: 40px;
    color: whitesmoke;
    font-weight: bold;
}
button:hover{
    cursor: pointer;
}
.section2{
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0 10px 10px 10px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 250px;
    height: 400px;
}
.estadisticas{
    border: 1px solid whitesmoke;
    height: 105px;
    border-radius: 12px;
    padding: 8px 20px;
    box-sizing: border-box;
}
footer{
    text-align: center;
}
a{
    text-decoration: none;
}
