@font-face {
    font-family: Montserrat;
    src: url("/static/fonts/Montserrat-SemiBold.otf") format("opentype");
}
body {
  background-color: black;
 /* background-image: url('/static/img/earth.jpg'); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: white;
  font-family: "Montserrat";
}

input {
    width: 270px;
}
