#frontpage {
    font-family: "Bodoni Moda";
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100vw;
    min-height: 1000px;
    /* outline: 1px solid rgba(255, 250, 240, 0.179);
    outline-offset: -20px ; */
    animation: horizontal-shaking 0.5s infinite;
}





#frontpage>.container {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}



#frontpage .text {
    font-weight: 400;
    font-size: min(4vw, 28pt);
    opacity: 90%;
    text-align: center;

}

#frontpage .top {
    letter-spacing: 0.1em;
}

#frontpage .bottom {
    letter-spacing: 0.5em;
}

#frontpage .main-text {
    text-align: center;
    font-weight: 400;
    font-size: min(10vw, 80pt);
    letter-spacing: 10px;
    line-height: 120%;
    margin-top: auto;

}




.spacer {
    height: 50px;
}