@import url("https://fonts.googleapis.com/css?family=Roboto");
* {
  box-sizing: border-box;
  font-family: Roboto;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
}
.container h1 {
  color: #0057a8;
}
.container h2 {
  color: #f26922;
}
.container img {
  max-width: 25%;
}
.container a {
  color: #0057a8;
}
.container a:hover, .container a:active {
  color: #f26922;
}

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