body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  color: white;
  background: linear-gradient(30deg, #265c8d, #04060f);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 601px) {
    div.example {
      font-size: 80px;
    }
}

.logo {
    width: 100px;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

h1 {
    color: #FFFFFF;
    font-family: "ITC Lubalin Graph Std Bold";
    font-size: 24px;
    margin-top: 3px;
    margin-bottom: 3px;
}

h2 {
    margin-top: 24px;
    color: #FFFFFF;
}

p {
    font-size: 18px;
}

p2 {
    font-size: 16px;
}

#SOC_MID2 {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.social-button {
    display: inline-block;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-align: center;
    color: white;
    font-size: 1.5625rem;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
}

.social-button:hover, .social-button:focus {
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #48D2BA, 0 0 40px #48D2BA;
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ea4dff;
    }
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 65px;
}

.img2 {
  position: relative;
  text-align: left;
  transform: translate(-2%, -10%);
}

.footer .rounded-social-buttons .tools-button:hover {
  position: relative;
  text-align: right;
  transform: translate(-10%, -50%);
}
