#what-else .wrapper {
  background: linear-gradient(45deg, #edfff8 10%, transparent 10%),
    linear-gradient(135deg, transparent 90%, #edfff8 90%);
  background-size: 3em 3em;
  background-color: #ffffff;
  /* Created from https://superdesigner.co/tools/css-backgrounds */

  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 196px;
  padding-bottom: 196px;

  @media (max-width: 1280px) {
    flex-direction: column;
    text-align: center;
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.card {
  background-color: white;
  width: 512px;
  border-radius: 16px;
  border: 1px solid #868e96;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 64px;

  @media (max-width: 1280px) {
    margin-top: 64px;
    margin-left: 0;
  }

  @media (max-width: 768px) {
    max-width: 80vw;
  }
}

.card .content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#card-username {
  font-size: 1.5rem;
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: bold;
}

.card .banner {
  width: 100% !important;
  border-radius: 16px 16px 0 0;
  max-height: 200px !important;
  object-fit: cover;
  object-position: center;
}

.card .avatar {
  width: 25% !important;
  height: auto !important;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-top: -75px;
  min-width: 115px;

  @media (max-width: 512px) {
    width: 50% !important;
    margin-top: -100px;
  }
}

.card a {
  font-size: 20px;
  font-family: "Delius", cursive;
  color: white;
  text-decoration: none;
  width: 90%;
  padding: 12px 16px 12px 16px;
  border-radius: 8px;
  border: none;
  margin: 8px 0 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card a img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-bottom: 1px;
}

.card .github {
  background-color: #010409;
}

.card .website {
  background-color: #2a5297;
}
