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

body, *{
  margin: 0;
}

body{
  background-color: black;
}

form{
  margin-top: 25vh;
  text-align: center;
}

p{
  margin-top: 5vh;
  font-family: 'PDU';
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

input[type=text]{
  height: 40px;
  width: 40vw;
  font-family: 'PDU';
  font-size: 20px;
  text-transform: lowercase;
  text-align: center;
}

input[type=submit]{
  margin-top: 10vh;
  border: none;
  border-radius: 20px;
  background-color: white;
  width: 9vw;
  height: 35px;
  font-family: 'PDU';
  font-size: 2vw;
  text-transform: uppercase;
  cursor: pointer;
}

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

@media (max-width: 740px){
  form{
    margin-top: 25vh;
  }

  input[type=text]{
    height: 30px;
    width: 40vw;
    font-size: 20px;
  }

  input[type=submit]{
    margin-top: 10vh;
    border: none;
    border-radius: 20px;
    width: 20vw;
    height: 35px;
    font-size: 17px;
  }

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