html,
body {
  margin: 0px;
  margin-bottom: 50px;
  width: 99vw;
  background-color: black;
}

p {
  padding-top: 300px;
  margin-bottom: 300px;
	font-size: 4em;
  font-family: Arial W05 Narrow5310067, san-serif;
	text-align: center;
  line-height: 1.15;

  margin: 0 auto;
  color: white;
}

a {
  color: black;
  text-decoration: none;
}

div.iframe {
  box-shadow: 5px 10px 18px black;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  width: 75%;
}

video {
  margin-top: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

iframe {
	display: block;
  /*margin: 0 auto;*/
  height: 85vh !important;
  width: 100%;
  border: none;
}

img {
  width: 75%;
  margin-top: 120px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.portrait {
  width: 35%;
}

.white {
  background-color: white;
}

.artifact {
  width: 25%;
}

.last {
  padding-bottom: 150px;
}

.spacer {
  height: 500px;
}