:root {
  background-color: #a023e6;
  font-size: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100vh;
}

body {
  align-items: center;
}




h1 {
  position: fixed;
  top: 0;
  right: 2rem;
  margin: 0 auto;
  text-align: right;
  color: #00f000;
  font-family: 'Migra';
  font-size: 30vw;
  font-variation-settings: 'wght' 300; 
  transition: all 1s ease-out;
}


h1:hover {
  position: fixed;
  top: 0;
  right: 2rem;
  margin: 0 auto;
  text-align: right;
  color: #00f000;
  font-family: 'Migra';
  font-size: 40vw;
  font-variation-settings: 'wght' 700; 
}

/* h2 {
  position: absolute;
  bottom: 5vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 0;
  color: #00f000;
  font-family: 'Acumin';
  font-size: 30vw;
  font-variation-settings: 'wght' 700, 'wdth' 50, 'slnt' 0; 
  text-transform: uppercase;
  animation: myh2 2s ease-out infinite alternate-reverse;
} */

#futebol-button {
  width: 38vw;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1rem 2rem .5rem 2rem;
  background-color: #00f000;
  color: white;
  border: none;
  text-align: left;
  color: #a023e6;
  font-family: 'Acumin';
  font-size: 12vw;
  font-variation-settings: 'wght' 300, 'wdth' 50, 'slnt' 0;
  transition: all .5s ease-out;
}

#futebol-button:hover {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1rem 2rem .5rem 2rem;
  background-color: #00f000;
  color: white;
  border: none;
  text-align: left;
  color: #a023e6;
  font-family: 'Acumin';
  font-size: 12vw;
  font-variation-settings: 'wght' 900, 'wdth' 115, 'slnt' 12; 
}



#navigation-buttons {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

#navigation-buttons a button {
  font-size: 1.5rem;
  font-family: 'Acumin';
  font-variation-settings: 'wght' 800, 'wdth' 50, 'slnt' 0;
  padding: 10px 20px 5px 20px;
  border: 3px solid #fff;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

#navigation-buttons a button:hover {

  font-size: 1.5rem;
  font-family: 'Acumin';
  font-variation-settings: 'wght' 800, 'wdth' 115, 'slnt' 12;
  background-color: #fff;
  color: #a023e6;
}