/* Set height to 100% for body and html to enable the background image to cover the whole page: */
body, html {
  height: 100%
}

body {
  background-color: #125c64;
}

.logo {
  text-align: center;
  width: 85%;
  margin: auto;
  padding: 10px;
}

/* Mobile Version */
@media (max-width:1024px) {

  .logo img {
    width: 80%;
  }

}
