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

body, *{
  margin: 0;
}

body{
  background-color: #ff0733;
}

h1{
  font-family: 'PDU';
  font-size: 48px;
  color: black;
  text-transform: uppercase;
  cursor: pointer;
}

h1:hover{
  color: white;
}

p{
  margin-bottom: 20px;
  font-family: 'PDU';
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  cursor: pointer;
}

.text{
  position: absolute;
  top: 20vh;
  width: 150%;
}

.column1{
  position: relative;
  margin-left: 10vw;
  float: left;
  display: inline-block;
}

.column2{
  position: relative;
  margin-left: 10vw;
  float: left;
  display: inline-block;
}

.column3{
  position: relative;
  margin-left: 10vw;
  float: left;
  display: inline-block;
}

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

a{
  text-decoration: none;
}

.back:hover{
  background-color: white;
}

@media (max-width: 740px) {
  h1{
    font-size: 30px;
  }

  .text{
    position: absolute;
    top: 10vh;
    width: 100%;
  }

  .back{
  width: 30px;
  height: 30px;
  }

}
