#about_container {
  width: 100%;
  padding: 0 15vw 0 15vw;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size: 90%;
  height: 100vh;
}

#arcade {
  height: 20vh;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 2vh;
}

@media screen and (max-width: 1270px) {
  #about_container {
    padding: 3vh 5vh 5vh 5vh;
    display: block;
  }
}

#testing {
  margin: 0px;
}
