/* IMPORTANDO ARQUIVOS CSS */
@import url('../css/bootstrap.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
}
a:hover {
    text-decoration: none;
}
:root {
    --bg-one: #91abe7;
}
/* ESTILOS GLOBAIS */
.social-menu-wrapper,
.scm-brand-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ESTILOS ESPECÍFICOS */
.social-menu-wrapper {
    background-color: var(--bg-one);
    min-height: 100vh;
    max-width: 100vw;
    padding: 3rem 0;
}
.scm-info-area {
    text-align: center;
}
.scm-info-area p {
    margin: 0;
}
