* {
    font-family: sans-serif;
    text-align: center;
}
/* Social CSS */
.social {
    position: absolute; 
    right: 5px;
    top: 5px;
}
.socialDiscord {
    position: absolute;
    right: 35px;
    top: 5px;
}
.socialGitHub {
    position: absolute;
    right: 65px;
    top: 5px;
}
/* End Social CSS */

.logo1 {
    vertical-align: middle;
}

/* Begin Custom Scrollbar */

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #303030 #DFE9EB;
  }
  
  /* Chrome, Edge and Safari */
  *::-webkit-scrollbar {
    width: 4px;
    width: 4px;
  }
  *::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #DFE9EB;
  }
  
  *::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2;
  }
  
  *::-webkit-scrollbar-track:active {
    background-color: #B8C0C2;
  }
  
  *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #303030;
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background-color: #404040;
  }
  
  *::-webkit-scrollbar-thumb:active {
    background-color: #202020;
  }
  
/* End Custom Scrollbar */
