html, body
{
  background-color: #000000;
  border: 0;
  margin: 0;
  padding: 0;
}

.pagewrap
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
}

.banner
{
  background-image: url("../images/skyline.png");
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 451px;
  width: 1840px;
  position: relative;
}
