/* darkxception: languages css. */
#english {
    display: none;
    font-size: 325%;
    top: 30%;
    left: 5%;
}

#portuguese {
    display: none;
    font-size: 325%;
    top: 50%;
    left: 5%;
}

@media only screen and (min-width: 1400px) {
    #english, #portuguese {
        font-size: 400%;
    }
}
