
@font-face {
    font-family: bebasNeue;
    src: url("BebasNeue-Regular.ttf");
}

@font-face{
  font-family: monteserrat;
  src: url("Montserrat-VariableFont_wght");
}

body{
  background-color: white;
  font-family: bebasNeue;
}

.form{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 640px;
  height: 1000px;
}

@media screen and (max-width: 1000px){
  .form{
    width: 500px;
  }
}
