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

body {
  font-family: "ZapfHumnstBTWXX-Roman", "Sans-Serif";
  background-color: #0f0f0f;
  color: #fff;
  min-height: 100vh;
  text-align: center;
  display: block;
  flex-direction: column;
}

.bg {
  background-image: url("bg-img.svg");
  height: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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: 60%;
  max-width: 300px;
}

.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;
  padding: 16px 20px;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.164);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

i {
  font-size: 24px;
}

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


.copyright {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  margin-top: 24px;
}




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

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