@font-face {
    font-family: 'SignPainter';
    src: url(/fonts/SignPainter.ttc) format("truetype");
}

@font-face {
    font-family: 'CormorantGaramond';
    src: url(/fonts/CormorantGaramond-VariableFont_wght.ttf) format("truetype");
}   

@font-face {
    font-family: 'StillTime';
    src: url(/fonts/Still\ Time.otf) format("opentype");
}

:root {
    /* --purple: rgba(66,2,143,.25); */
    /* --dark-purple: rgba(26,10,46,.75); */
    --dark-purple: rgba(80, 54, 109, 1);
    /* --dark-purple: rgba(83,71,98, 1); */
    --their-purple: rgb(140,0,176);
    --yellow: rgb(254, 212, 99);
}

body {
    background-color: var(--their-purple);
    text-align: center;
    margin: auto;
    font-family: 'CormorantGaramond', sans-serif;
    color: white;
    margin-top: 7.5vh;

}

h1 {
    font-family: 'SignPainter', cursive;
    font-size: 3em;
    margin-bottom: 0;
    display: inline;
    

    }

h4 {
    margin-top: 0;
}

img {
    margin: auto;
    border-radius: 5px;
    width: 80vw;
}

main {
    margin: 0 auto;
}

#annoucement {
    display: flex;
    flex-direction: column;
    margin: 5vh auto;
}

#annoucement h4, #annoucement h3 {
    width: 80vw;
    margin: auto
}

#annoucement h3 {
    font-family: 'SignPainter', cursive;
    font-size: 2.25em;
}

#stats {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5vh auto;
    text-align: center;
    gap: 3vw;
    height: 15vh;
    max-width: 80vw;
    padding: 2.5vh 2.5vw;
}

#stats p {
    margin: 0;
}

.verticalLine {
    width: 2px; 
    border: none; 
    background-color: white; 
    margin: auto 0.5em;
    height: 5vh;
}

hr {
    width: 50vw;
    margin: auto;
    border: none;
    border-top: 1px solid white;
}

#poem {
    font-size: 1.25em;
    margin: 2em auto;
}

a {
    color: inherit;
}