html {
  background: url(GA-bg3.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #23397a;
  
}

body {
  font-family: 'Roboto', 'Sans-Serif'; 
  font-weight:500; 
  letter-spacing: 1.2;
  font-style:normal;
  color: #fff;
  text-align: center;
 overflow: hidden;

}


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

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

.buttons {
  padding-bottom: 24px;
}

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);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}



footer {
  position: fixed;
  padding-bottom: 24px;
  left: 0;
  bottom: 0;
  width: 100%;
  
}

footer a {
  border-top: 1px solid #ffffff78;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff78;
  text-align: center;
  text-decoration: none;
}
