body {
    overflow-x: hidden;
}

.header-index {
    max-width: 1440px;
    height: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 10px;
}

h1 {
    font-size: 42px;
    justify-self: center;
}

h2 {
    font-size: 20px;
}

.bio-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
}

.card {
    display: flex;
    padding: 15px;
    width: 320px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.75), inset 4px 4px 20px rgba(179, 192, 239, 0.1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 16px;
}

.card-2 {
    display: flex;
    padding: 15px;
    width: 320px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    justify-content: space-around;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.75), inset 4px 4px 20px rgba(179, 192, 239, 0.1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 16px;
}

.card-3 img {
    width: 50px;
    height: 50px;
}

.card-3 a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: black;
    width: 320px;
    padding: 8px 15px 8px 15px;
    text-align: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.75), inset 4px 4px 10px rgba(97, 94, 70, 0.1), 0 0 1px black;
    outline: 1px solid rgba(196, 196, 196, 0.12);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 16px;
}

.card img {
    border-radius: 16px;
    width: 75%;
}

/* Social Media Icons */

.fa {
  padding: 20px;
  font-size: 30px;
  width: fit-content;
  height: fit-content;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
  box-shadow: inset 0 0 3px black;
  text-shadow: 0 0 3px #f2f7ef;
}

.fa-instagram {
  background: #e73a27;
  box-shadow: 0 0 2px #e73a27;
  color: #f2f7ef;
  text-shadow: 0 0 1px #f2f7ef;
}

.fa-linkedin {
  background: #e73a27;
  box-shadow: 0 0 2px #e73a27;
  color: #f2f7ef;
  text-shadow: 0 0 1px #f2f7ef;
}