@font-face {
    font-family: 'ailerons';
    src: url('../font/ailerons/Ailerons-Typeface.otf');
}

body {
    background-color: 	rgb( 254 , 254 , 246);
}

#center_text {
    font-family: 'ailerons';
    font-size: 45px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}