@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

body {
  background-color: #171345;
  background-image: url("../images/Logo.png");
  background-position: center center;
  background-position-y: 10%;
  background-repeat: no-repeat;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

@media all and (max-width: 600px) {
    body {
        background-size: 60%;
    }
}




.info-box {
  padding: 1rem;
  margin-top: 20rem;
  color: white;
  max-width: 300px;
}
.info-box > .heading {
  font-size: 1.5rem;
}
.info-box > .contacts {
  font-size: 1rem;
  margin-top: 2rem;
}
.info-box > .contacts a:link, .info-box > .contacts a:visited {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  border-bottom: 1px solid #1c746c;
  transition: border-bottom 0.5s;
}
.info-box > .contacts a:hover {
  border-bottom: 1px solid #57bdbc;
}

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