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

body {
  font-family: 'sofia-pro', sans-serif;
  font-style: normal;
  background-image: url("sunlight-bg.png");
  background-size: cover;
  background-color: #464646;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  min-height: 100vh;
  text-align: center;
  display: block;
  flex-direction: column;
  
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  padding: 8px 20px 8px 20px;
  }

h1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-color: #fff;
}



.space {
  margin: 240px;
}

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

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

a.links.one {
color: #000;
  background-color: #ffc200;
}

a.links.two {
color: #fff;
  background-color: #0B71B4;
}

a.links.three {
color: #fff;
  background-color: #1c355e;
}


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

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

.socials {
  padding-top: 0px;
  padding-bottom: 40px;
  max-width: 600px;
  display: inline-block;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

.socials img {
 width: 40px;
 height: auto;
 margin: 8px;
}