.content {
    width: 100vw;
    height: 100vh;
    position: fixed;
    margin: 0 0 0 0
}

.main-container {
    width: 100%;
    height: 100%;
    display: flex;
}


#socials-container {
    text-align: center;
    height: fit-content;
    width: 100%;

}

.table-of-contents {
    display: flex;
    width: 100%;
    height: fit-content;
    text-align: center;
    flex-direction: column;
}

#artists-link > * > a {
    text-decoration: underline;
    font-size: 1.5em;
    text-shadow: 
        -0.05em -0.05em 0.1em black,
        -0.05em  0.05em 0.1em black,
         0.05em -0.05em 0.1em black,
         0.05em  0.05em 0.1em black;
    font-family: 'Copperplate', fantasy, sans-serif;
}

#socials-label {
    color: white;
    text-shadow: 
        -0.05em -0.05em 0.1em black,
        -0.05em  0.05em 0.1em black,
         0.05em -0.05em 0.1em black,
         0.05em  0.05em 0.1em black;
}

.instagram-logo {
    max-width: 15vw;
    height: auto;
}

#background-canvas {
    background: radial-gradient(circle at bottom, #1B2735 0%, #090A0F 100%);
}

.subtitle-text {
    color: ghostwhite;
    text-align: center;
    font-size: 1vw;
    font-family: 'Copperplate', fantasy, sans-serif;
}

@media only screen and (max-width: 600px) {
    .subtitle-text {
        font-size: 3vw;
    }
}

.title-text {
    font-family: 'Copperplate', fantasy, sans-serif;
    text-align: center;
    width: 100%;
    font-size: 6vw;
    color: white;
    text-shadow:
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000,
        -3px 0px 0 #000,
        3px 0px 0 #000,
        0px -3px 0 #000,
        0px 3px 0 #000;
    margin-bottom: 2vh;
}

#title-container {
    text-align: center;
    height: fit-content;
    width: 100%;
}

.title {
    padding: 1vh 1vw 1vh 1vw;
    margin: 5vh 5vw 5vh 5vw;
    max-width: 90vw;
}

.instagram-logo {
    width: auto;
    height: 2rem;
}

.socials {
    text-align: center;
    color: white;
    font-family: 'Copperplate', fantasy, sans-serif;
}