html {
  font-family: sans-serif;
  --font-family-sans-serif: "Segoe UI",Roboto,sans-serif;
}


body {
  font-family: sans-serif;
  color: #ffffff;
  background-color: #121212;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  overflow: hidden;
  margin: 0;
  line-height: 1.5;
}



.socials {
  font-size: 3vh;
  left: 0;
  line-height: 4vh;
  letter-spacing: 15px;
  position: absolute;
  text-align: center;
  top: 25%;
  width: 100%;
  text-transform: uppercase;
  z-index: 3;
}
        
.socials a {
  text-decoration: none;
  color: #ffffff;
}


.links {
  display: inline-block;
}

a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
        
      
.logo {
  width: auto;
  height: 20vh;
  margin-left: -20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
        
.link-padding {
  padding: 8px;
}

.creator {
    font-size: 2.5vh;
    color: white;
    text-align: center;
    display: table-caption;
    padding: 1vh;
    position: absolute;
    top: 95%;
}

  .creator a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #FF0000;
}
  
  .creator a:hover {
    color: #FF000a50;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}