html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    background-color: rgb(1, 25, 57);
}

#primeira-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 800px;
}

.logotipo {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.conteudo-primeira-section p {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    font-size: 2rem;
    color: rgb(154, 154, 154);
    font-weight: bold;
}