body {
    background: #191e1f;
}

#quote {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#luxAll {
    font-family: luxia;
    color: #ffd35c;
}

h3 {
    font-family: 'fira sans';
    color: white;
}

a:hover{
    text-decoration: none;
}

a:focus{
    text-decoration: none;
}

.fa {
    font-size: 2.3vw;
    color: #101212;
}

#twit {
    margin-top: 2vw;
}

@font-face {
    font-family: luxia;
    src: url('../fonts/Luxia.otf');
}

@media screen and (max-width:680px) {
    .fa {
        font-size: 3.5vw;
    }
    h1 {
        font-size: 4vw;
    }
    h3 {
        font-size: 3vw;
    }
}