body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  /* height: 100vh; */
  background: linear-gradient(135deg, #482e51, #333);
  color: white;
  /* text-align: center; */
}

.container {
  width: 90%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  /* margin-top: 200px; */
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.avatar {
  width: 170px;
  height: 170px;
  border-radius: 10px;
  /* margin-top: -40%; */
  /* margin-bottom: 10px; */
}

h1 {
  margin-bottom: 20px;
}

h2 {
  font-size: 14pt;
}

.link-text {
  padding: 20px;
}
.links {
  display: flex;
  flex-direction: column;
}
.links a {
  display: flex;
  align-items: center;
  /* padding: 10px; */
  margin: 10px 0;
  /* background: #ff4500; */
  background: #d53a0b;
  color: white;
  text-decoration: none;
  font-size: 18px;
  border-radius: 10px;
  margin-top: auto;
  transition: 0.3s;
}

.links a:hover {
  background: #ff6347;
}

.links img {
            width: 62px;
            height: 62px;
            margin-top: auto;
            border-radius: 10px;
        }

.social {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 440px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.social img {
            width: 64px;
            height: 64px;
}

.youtube {
  width: 80%;
  display:flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}