@font-face {
  font-family: "Fifties Movies";
  src: url("FiftiesMovies.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

a:link {
  color: black;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #1FA9DB; 
  font-family: "Fifties Movies", sans-serif;
  overflow: hidden;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
}

.text {
  position: fixed;
  top: 120px;
  left: 140px;
  color: #000;
  font-size: 78px;
  line-height: 1.25;
  letter-spacing: 2px;
  text-align: center;
}

.tape {
  position: fixed;
  width: 92%;
  max-width: none;
  right: -12%;
  bottom: 10%;
  transform: rotate(-25deg);
  pointer-events: none;
}
