html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
:after,
:before {
  box-sizing: inherit;
}

body {
  background-color: #060042;
  color: #fff;
  min-height: 100vh;
  text-align: center;
  font-family: "Museo-Sans", "Sans-Serif";
  font-weight: 400;
  display: block;
  flex-direction: column;
}

header {
  margin: 0px 0px 24px 0px;
  padding: 8px 0px 8px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 300px;
}

h1 img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

a.links:hover,
a:hover {
  background-color: #060042;
  color: #fff;
}
a.links {
  font-family: "Roboto", "Sans-Serif";
  display: block;
  max-width: 400px;
  margin: 0 auto 8px;
  padding: 16px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
  color: #003383;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}


footer {
  padding: 12px;
  margin-top: 80px;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgb(255, 255, 255);
}

footer a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff4d;
  text-align: center;
  text-decoration: none;
}
