.about {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 350px;
  margin-bottom: 350px;
  margin-left: 20px;
  margin-right: 20px;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60vh;
}

main h1 {
  font-size: 50px;
  text-shadow: 2px 2px 14px rgba(255, 255, 255, 0.7);
}

main p {
  margin-bottom: 0;
  font-weight: bold;
}

.ugh {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  border-radius: 8px;
  margin: 5px 0;
  font-weight: bold;
  display: inline-block;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.ugh:hover {
  transform: translateY(-2px);
}

#h:hover {
  background-color: rgb(230, 166, 48);
}

#c:hover {
  background-color: rgb(16, 52, 170);
}

#j:hover {
  background-color: rgb(185, 170, 34);
}

#n:hover {
  background-color: rgb(21, 124, 26);
}

.hm3 {
}

.scrolled {
  opacity: 0;
}

.left h3 {
  transition: opacity 0.3s ease;
}

footer {
  display: flex;
  justify-content: center;
  background-color: rgba(36, 36, 36, 0.4);
}

.hm3 {
  background-color: rgba(24, 24, 24, 0.7);
  padding: 10px 20px;
  border-radius: 15px;
  border: solid 2px white;
  margin-right: 150px;
}

.gay {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gay:hover {
  transform: translateY(-2px);
}

.socials {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  justify-content: center;

  background: rgba(18, 18, 18, 0.95);
  padding: 10px 0;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;

  width: 225px;
  height: 40px;
  transition: opacity 0.3s ease;
}

.img2 {
  width: 40px;
  height: 40px;
}

@media (max-width: 600px) {
  .hm3 {
    width: 170px;
    height: 170px;
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .hm3 {
    width: 150px;
    height: 150px;
    font-size: 10px;
  }
  .hm {
    margin-left: 60px;
    font-size: 15px;
  }
  .hm2 {
    font-size: 12px;
    margin-right: 60px;
  }
  .hm2 h1 {
    font-size: 15px;
  }
}
