body {

    background-color: rgb(49 44 68);
    color: white;
    font-family: poppins;
    background-image: url("/resources/background.jpg");

}

.maintitle{
  text-align: center;
  border-top: solid 3px #b1ee0070;
  padding: 10px;
  background-color: #2f3328;
  border-radius: 5px;
  width: 300px;
  width: 300px;
  text-transform: uppercase;
}

.btn-social {
    transition-duration: 0.4s;
    width: 80%;
    height: 50px;
    border-radius:5px;
    border-top: solid 5px;
    border-top-color: #ffffff;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
  }

  .btn-social.instagram {
    background-color: #f7c204;
    color: black;
  }

  .btn-social.website {
    background-color: #c2dc00;
    color: black;
  }

  .btn-social.telegram {
    background-color: #6495de;
    color: black;
  }

  .btn-social.facebook {
    background-color: #0466f7;
    color: white;
  }

  .btn-social.youtube {
    background-color: #9b332f;
    color: white;
  }
  .btn-social.tiktok {
    background-color: #333435;
    color: white;
  }
  
.btn-social:hover {
    background-color: #676363 !important
  }

