@font-face {
    font-family: 'Anonymous Pro';
    src: url(../assets/Anonymous_Pro/AnonymousPro-Regular.ttf);
}

@font-face {
    font-family: 'Special Elite';
    src: url(../assets/Special_Elite/SpecialElite-Regular.ttf);
}

body {
    background-color: #09090b;
    color: #ffffff;
    background-size: cover;
    margin-right: 30px;
    margin-left: 30px;
    display: flex;
}

.aeon-title {
    height: 100vw;
    width: 100vw;      
    align-content: center;
    justify-content: center;
}

.anonymous-pro {
    font-family: 'Anonymous Pro';
}

.special-elite {
    font-family: 'Special Elite';
}