@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Special Elite Pro';
    src: url('fonts/SpecialElitePro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    height: 100%;
}

a { color: #bbbbff; }
body {
    background-color: #000;
    height: 80%;
}
.outer {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.inner { 
    width: 50%;
    height: auto;
    clear: both;
    break-after: always;
}



.logo {
    width: 100%;
}

p {
    color: #fff;
    margin-top: 10px;
    padding-top: 0px;
    font-family: Special Elite Pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    
}
    
@media (max-width: 850px)  {
        .inner {
            width: 80%;
        }
}

@media (max-width: 350px)  {
        .inner {
            width: 100%;
        }
}
    