@font-face {
  font-family: My-Font;
  src: url(./assets/GroProReg.otf);
}

.hidden {
  display: none;
}

.overlay {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: 5;
}

.container {
  height: 100vh;
  width: 90vw;
  margin-top: -15vw;
  margin-right: 5vw;
  margin-left: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 15vh;
}

.camera-container {
  height: 5vh;
  width: 5vh;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  border-radius: 5vh;
  background-color: white;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.text-container {
  height: 6vh;
  width: 80%;
  background-color: white;
  margin-bottom: 5vh;
  padding-left: .2em;
  padding-right: .2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

p {
  font-family: My-Font;
  font-size: .7em;
}