h5 {
  display: flex;
  justify-content: center;
  color: #848282;

  @media only screen and (max-width: 800px) {
    font-size: 34px;
  }
}

#tetris {
  margin-right: 55vw;
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 800px) {
    margin-left: 15vw;
  }
}

#github {
  margin-top: -10.20vh;
  margin-left: -40vw;
  display: grid;
  justify-content: center;
}

p {
  display: flex;
  justify-content: center;
  font-size: 2.5em;

  @media only screen and (max-width: 800px) {
    font-size: 34px;
  }
}

#lame {
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 800px) {
    font-size: 34px;
  }
}

#HATE {
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 800px) {
    font-size: 34px;
  }
}

#dead {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: large;
}

#logo {
margin: 20px;
  display: flex;

  @media only screen and (max-width: 800px) {
    size: 2vh;
    margin-bottom: 30px;
  }
}


#wop {
  display: flex;
  justify-content: center;
  margin-right: 11rem;

  @media only screen and (max-width: 800px) {
    font-size: 34px;
  }
}
