@font-face {
    font-family: 'PDU';
    src: url(PDU_Regular.ttf);
}

body, *{
  margin: 0;
}

body{
  background-color: black;
}

p{
  position: absolute;
  top: 28vh;
  width: 100%;
  font-family: 'PDU';
  font-size: 48px;
  color: white;
  text-transform: uppercase;
  line-height: 72px;
  cursor: default;
  text-align: center;
}

.purple:hover{
  color: #ff66ff;
}

.green:hover{
  color: #33ffcc;
}

.blue:hover{
  color: #3399ff;
}

.yellow:hover{
  color: #ffff2f;
}

.red:hover{
  color: #ff0733;
}

.back{
    position: fixed;
    left: 1vw;
    top: 1.5vh;
    border-radius: 50%;
  	width: 40px;
  	height: 40px;
    background-color: white;
}

@media (max-width: 740px) {
  body{
    background-color: white;
  }

  p{
    top: 22vh;
    font-size: 35px;
    line-height: 72px;
  }

  .purple{
    color: #ff66ff;
  }

  .green{
    color: #33ffcc;
  }

  .blue{
    color: #3399ff;
  }

  .yellow{
    color: #ffff2f;
  }

  .red{
    color: #ff0733;
  }

  .back{
  width: 30px;
  height: 30px;
  background-color: black;
  }

}
