@font-face {
  font-family: 'HelveticaNeueRoman';
  src: url('./fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('./fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-family: 'HelveticaNeueMedium', sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.iframe-container {
  width: 100%;
  height: 100%; /* or try 90vh */
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}


#randomImage {
  max-width: 96vw;
  max-height: 96vh;
  object-fit: contain;
  display: block;
}

.nav {
  font-family: 'HelveticaNeueMedium', sans-serif;
  position: fixed;
  z-index: 100;
  left: 18px;
  top: 20px;
  font-size: 1.15em;
  line-height: 1.2em;
  font-weight: lighter;
}

a {
  text-decoration: underline red 3px;
}

.on {
  color: red;
}

.off {
  color: black;
}
