@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Text&family=Macondo+Swash+Caps&display=swap');
body{
  overflow: hidden;
  margin: 0;
}

iframe{
  opacity: 0.25;
  position: absolute;
  bottom: 1vh;
  left: 1vh;
  border: 1px solid magenta;
  border-radius: 30px;
}
iframe:hover{
  opacity: 1;
}

.writing {
  position: absolute;
  color: white;
  width: 50%;
  font-size: 10vh;
}

#cyber{
  font-family: 'Libre Barcode 39 Text', cursive;
  top: 1vh;
  text-align: right;
  margin-left: -7vh;
  color: #00ddff;
}

#ethno{
  font-family: 'Macondo Swash Caps', cursive;
  left: 50%;
  bottom: 1vh;
  text-align: left;
  margin-left: 7vh; 
  color: #ffdd00;
}