body {
  background-color: white;
  color: black;
  font-family: Verdana;
}


body {
  overflow: hidden;
  background-image: url('images/tumblr_inline_mgg0lsZ3Dc1rzlhkm.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
}
