@import url('../default/style.css');
main {
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg2-color);
}
section>h1 {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1.3rem;
}