
@import "/style/light.css";
@import "/style/navbar.css";
@import "/style/footer.css";
@import "/style/misc.css";
@import "/style/header.css";
@import "/style/carousel.css";


body {
    font-family: 'Secular One', sans-serif;
    margin: 0px;
    background-color: var(--theme-bg-color);
    color: var(--theme-font);
}

div.container {
    margin: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div.left {
    margin: 50px;
    font-size: 20px;
    width: 60%;
}
div.left p {
    font-size: 20px;
}

@media (min-width: 320px) and (max-width: 1600px) {
    div.left {
        width: 100%;
    }

    div.center {
        width: 100%;
    }
}


div.spacer {
    height: 50px;
}

