html, body {
  background-image: url('./img/Estadio.png');
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center; 
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
canvas {
  margin-bottom: 30px;
  display: block;
}
.container{
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 0;
}
h1{
  text-align: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
footer{
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.logo{
  width: 200px;
  height: auto;
}