h1 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
h1 b {
  font-weight: 900;
}

.main {
  width: 45%;
  margin-left: 27.5%;
  margin-top: 150px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .main {
    width: 90%;
    margin-left: 5%;
  }
}

.logo {
  display: flex;
  justify-content: center;
}
.logo img {
  max-height: 100px;
}

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