body {
  background-color: black;
}

.activate {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);	
  background-color: black;
  color: #070707;
  text-align: center;
  font-family: "Tinos", serif;
  font-style: normal;
  font-size: 77px
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: #070707;
  text-align: center;
  font-family: "Tinos", serif;
  font-style: normal;
}