body {
  overflow-y: hidden;
}

footer {
  display: none;
}

.mail {
  position: absolute;
  margin-left: 20px;
  bottom: 20px;
}

.mail a {
  color: white !important;
}

@media all and (max-width: 800px) {
  #right {
    display: none;
  }
}
