/* Reset some default styles */
body, h1, h2, ul, li, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
}

section {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.socials {
  width: 220px;
  max-width: 220px;
  max-height: fit-content;
  flex-wrap: wrap;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


.fa {
    padding: 5px;
    font-size: 30px;
    width: 40px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 2px 2px;
    background: #000;
    color: white;
  }
  
  .fa:hover {
      opacity: 0.8;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: rgb(221, 42, 123);
    color: white;
  }
  
  .fa-pinterest {
    background: #cb2027;
    color: white;
  }
  
  .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  
  .fa-skype {
    background: #00aff0;
    color: white;
  }
  
  .fa-android {
    background: #a4c639;
    color: white;
  }
  
  .fa-dribbble {
    background: #ea4c89;
    color: white;
  }
  
  .fa-vimeo {
    background: #45bbff;
    color: white;
  }
  
  .fa-tumblr {
    background: #2c4762;
    color: white;
  }
  
  .fa-vine {
    background: #00b489;
    color: white;
  }
  
  .fa-foursquare {
    background: #45bbff;
    color: white;
  }
  
  .fa-stumbleupon {
    background: #eb4924;
    color: white;
  }
  
  .fa-flickr {
    background: #f40083;
    color: white;
  }
  
  .fa-yahoo {
    background: #430297;
    color: white;
  }
  
  .fa-soundcloud {
    background: #ff5500;
    color: white;
  }
  
  .fa-reddit {
    background: #ff5700;
    color: white;
  }

  .fa-github {
    background: #6e5494;
    color: #fff;
  }

  .fa-steam {
    background: rgb(30, 48, 80);
    color: #fff;
  }

  .fa-xbox {
    background: #107C10;
    color: #fff;
  }

  .fa-discord {
    background: #5865F2;
    color: #fff;
  }

  .fa-paypal {
    background: #00457C;
    color: #fff;
  }

  .fa-envelope {
    background: #7c0036;
    color: #fff;
  }

  .cu-chess {
    background: #312e2b;
    color: #fff;
  }

  .cu-revolut {
    background: #ffffff;
    color: #000000;
  }

  .mainpage-button, #spoiler-button, #qr-button {
    background-color: rgba(200, 200, 200, 0.5);
    width: 206px;
    padding: 5px;
    margin: 2px;
    margin-bottom: 5px;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    text-align: center;
  }

  #qr-button {
    background-color: rgba(55, 55, 55, 0.5);;
  }