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

body {
  font-family: 'sofia-pro', sans-serif;
  font-style: normal;
  background-color: #fff;
  color: #fff;
  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 24px 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: #ffd549;
  color: #000;
}
a.links {
  display: block;
  max-width: 320px;
  margin: 0px 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: #427cbe;
}

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



.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;
}

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;
}

.expressions-of-energy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    background-color: #121b3e;
    background-image: url(expression-of-energy.d087ad8.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;