/* CSS Global - Centralização e Layout Base */

body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100vh !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

.cover-container {
    max-width: 46em; /* Largura ajustada anteriormente */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.logo img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.social {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.social a {
    color: white;
    font-size: 1.5rem;
    margin: 0 10px;
}

.small.opacity-75 {
    font-size: 0.8rem;
    opacity: 0.75;
}
