@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body{
  background: radial-gradient(circle, rgba(227,6,19,1) 0%, rgb(125, 24, 16) 100%); 
  font-family: 'Roboto', sans-serif;
  color: white;
}
.logo {
    text-align: center;
    width: 100px;
    margin: 0 AUTO;
}
main{
  margin: 30px auto;
  width: 700px;
  display: flex;
  align-items: center;
}
.section1{
  background-color:  rgba(228,35,19,.9);
  padding: 0 10px 10px 10px;
  border-radius: 15px;
}
h1{
  text-align: center;
}
h1 .logo{  
  text-align: center;
  width: 100px;
}
button{
  height: 100px;
  width: 100px;
  font-size: 40px;
  font-weight: bold;
  border: none;
}
button:hover{
  cursor: pointer;
}
.section2{
  margin-left: 10px;
  background-color: rgba(239,123,5,.9);
  border-radius: 15px;
  /*border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;*/
  width: 250px;
  height: 400px;
  padding: 0 20px 0;
}
.estadisticas{
  border: 1px solid white;
  height: 105px;
  border-radius: 8px;
  padding: 8px 20px;
  box-sizing: border-box;
}
footer{
  text-align: center;
}
a{
  text-decoration: none;
  color: darkslategray;
}
img {
  display: grid;
  width: 100%;
}