* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width:768px) {
  body,html {
    font-size: 16px;
  }
}

.container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

h1 {
  font-size: 1.75rem;
  color: #076633;
}

a,a:link,a:visited {
  color: #076633;
}

a:hover {
  color: #32a969;
}


img.logo {
  max-width: 80%;
}