.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 900;
  font-style: normal;
}

.html, body {
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    background-color: #5240fc;
    color: white;
}

.container {
    display: block;
}

.overlay {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gig-shot {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    max-height: fit-content;
    opacity: 75%;
}

.h1, .h2, .img-header {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 5rem;
}

.underline-span {
    display: block;
    width: 100%;
    height: 10px;
    background-color: white;
    margin: 0 auto;
    margin-top: -3rem;
}

.bio-container-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
    width: 30%;

    position: absolute;
    top: 35%;
    left: 60%;
    transform: translate(-50%, -50%);

    background-color: #5240fc;
    padding: 1%;
    border-radius: 25px;
    text-align: center;
}

.bio-container-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
    width: 30%;

    position: absolute;
    top: 70%;
    left: 40%;
    transform: translate(-50%, -50%);

    background-color: #5240fc;
    padding: 1%;
    border-radius: 25px;
    text-align: center;
}

.bio-container-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
    width: 30%;

    position: absolute;
    top: 105%;
    left: 60%;
    transform: translate(-50%, -50%);

    background-color: #5240fc;
    padding: 1%;
    border-radius: 25px;
    text-align: center;
}

.desc-header {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.img-container-2 {
    top: 132%;
    display: block;
    position: absolute;
}

.img-header {
    
}

.gig-shot-2 {
    width: 100%;
    height: auto;
    max-height: fit-content;
    opacity: 75%;
}