@font-face {
    font-family: 'Source Sans';
    src: url(Source_Sans_3/SourceSans3-VariableFont_wght.ttf) format('ttf');
}


body {
    font-family: 'Source Sans', sans-serif;
    background-color: #cc99ff;
    color: black;
}

.main > h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans", sans-serif;
    margin-bottom: 1rem;
    margin-top: 0;
}

.main > h1 {
    margin-bottom: 0rem;
}

.main > h4 {
    margin-bottom: 3rem;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    text-align: center;
    margin-top: 8vh;
    margin-bottom: 16vh;

}

.main > #main-logo {
    align-self: center;
    width: min(20vh, 40vw);
    width: min(20vh, 40vw);
    margin-bottom: 20px;
}

.main > .social-media {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.main > .social-media > a {
    font-size: larger;
    color: white;
    background-color: #16111C;
    padding: 20px;
    margin: 0;
    border-radius: 25px;
    width: 30px;
    height: 30px;
}

.links > h3 {
    margin: 0;
    margin-top: 1.5vh;
    font-weight: bolder;
    font-family: "Source Sans", sans-serif;
}

.main > .social-media > a > img {
    filter: invert(1);
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;;
}

.main > .links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 4vw max(5vw, 20px);
}

.main > .links > a {
    
    font-size: larger;
    color: white;
    background-color: #16111C;
    width: 100%;
    max-width: 560px;
    min-height: 65px;
    padding: 0px 10px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
}
