/*
	Theme Name: Nopixel
	Description: Description
	Author: Meruem
	Version: 1.0.0
*/

@import 'assets/css/styles.css';
body.admin-bar .header {
    margin-top: 32px;
}

#main{
    height:100vh;
    font-size: 2vw;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 782px) {
    body.admin-bar .header {
        margin-top: 46px; /* La barre d'admin est plus haute sur les écrans plus petits */
    }
    .nojq{
        position: fixed !important;
    }
}

