body {
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}

#black {
  height: 100vh;
  width: 100vw;
  background-color: #000000;
}

#ahe {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 50px;
  width: 100px;
  mask: url("https://alexhenterprises.neocities.org/AlexHEnterprisesLogoSmall.svg");
  -webkit-mask: url("https://alexhenterprises.neocities.org/AlexHEnterprisesLogoSmall.svg");
  background-repeat: no-repeat;
  background-size: 75px;
  background-position: center;
}
