body {
    font-family: "Montserrat", sans-serif;
    background-color: #202020;
    margin: 0;
    padding: 0;
    color: #ffffff
}

hr {
  border: 3px gradient #262626;
  border-radius: 5px;
}

button {
  align-items: center;
  background-color: #333333;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}


.container {
    text-align: center;
    padding: 50px;
}

h1 {
    font-size: 2.5em;
    color: #0099ff;
}

h3 {
    font-size: 1.5em;
    color: #0066cc;
    font-weight: 400;
}

.profile-pic {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 20px 0;
}

.social-buttons {
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    transition: transform 0.2s;
}

.social-icon:hover {
    transform: scale(1.1);
}
