#homebtn {
  background-color-color: #121212 !important;
  border: 1px solid #01C4C8 !important;
}

main {
  right: 0;
  padding: 10px;
  overflow-x: hidden;
}

.titlediv {
  text-align: center;
  margin-bottom: 40px;
}

.title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 16px;
}

.fas {
  height: 30px;
  margin-bottom: 16px;
  text-align: left;
}

.fasocial {
  height: 10px;
}

.subtitle {
  color: #00b4d8;
  font-size: 20px;
  margin-bottom: 24px;
}

.div {
  width: 96px;
  height: 4px;
  background-color: #00b4d8;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
  border-radius: 9999px;
  box-shadow: 0 0 10px #00b4d8;
}

.toolsdiv {
  width: auto;
  margin-bottom: 64px;
}

.btn {
  display: block;
  background-color: #111111;
  padding: 24px;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.3s;
  margin-bottom: 20px;
  cursor: pointer;
  gap: 24px;
  width: auto;
}

.btn:hover {
  transform: scale(1.05);
}

.btntitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.socialtitle {
  font-size: 24px;
}

.socialsdiv {
  text-align: center;
  background-color: #111111;
  padding: 32px;
  border-radius: 8px;
}

.socialslink {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#social {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  transition: opacity 0.3s;
}

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

.github {
  background-color: #333;
}

#social:hover {
  opacity: 0.8;
}
