html {
  height: -webkit-fill-available;
}

body {
  margin: 0;
  padding: 0;
}

@font-face {
	font-family: "Univers";
	src: url("https://anarchaeologyofutopia.com/assets/fonts/UniversNextPro-Medium.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

#text {
  color: black;
  font-size: 14px;
  font-family: "Univers", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 600;
  margin: 0;
  padding: 0;
  opacity: 30%;
}

#title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;

}

#arrow {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  bottom: 0;

}

#logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#logo-image {
  width: 40px;
  height: auto;
  opacity: 30%;
}

#content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#photo {
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 65vh;
}

#records {
  position: absolute;
}
