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

body {

  font-family: 'Open Sans', 'Sans-Serif';
  background-color: #fcb026;
  color: #262626;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  min-height: 100vh;
  text-align: center;
  display: block;
  flex-direction: column;
}

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

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

.buttons {
  padding-top: 24px;
  padding-bottom: 40px;
}

a.links:hover,
a:hover {
  background-color: #ffffff;
  color: #1d1c1b;
}
a.links {
  display: block;
  max-width: 320px;
  margin: 0px auto 16px;
  border-radius: 4px;
  padding: 16px 20px;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  background-color: #1d1c1b;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

footer {
  padding: 12px;
  margin-top: 40px;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #262626b8;
}

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