@import url("https://fonts.googleapis.com/css?family=Comfortaa&display=swap");
body {
  margin: 0;
  height: 100vh;
  background: url(../images/bg.jpg) no-repeat center center fixed;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Comfortaa", cursive;
}

.title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-left: 20px;
}

.logo {
  display: flex;
  justify-items: center;
}

.logo h1 {
  color: white;
  margin: 0;
}
.logo h2 {
  color: white;
  margin: 0;
  padding-left: 20;
}

.logo img {
  max-width: 150px;
  max-height: 150px;
}

.footer {
  color: white;
  font-size: 25px;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .title {
    font-size: 25px;
  }
}

.container p {
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 320px) {
  .container p {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
/*# sourceMappingURL=main.css.map */
