@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

body {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  font-weight: 400;
  font-family: 'Prompt', sans-serif;
  background-image: url("images/signup-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  padding: 40px 0; 
  color: #222;
  min-height: 100vh;
}

.container {
  width: 900px;
  background: white;
  padding: 40px;
  border-radius: 15px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}



@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 40px);
    max-width: 100%; } }
@media screen and (max-width: 480px) {
  .signup-content {
    padding: 25px 25px; } }

/*# sourceMappingURL=style.css.map */
