.fundoVerde {
    background: rgb(30, 102, 54);
}

.textoVerde {
    color: rgb(30, 102, 54);
}

.textoBranco {
    color: floralwhite;
}

.hero {
    height: 100vh;
    
}

.paraEsquerda {
    max-width: 40px;
}

.textoCentro {
    display: grid;
    align-content: center;
}

.corBotao {
    background-color: rgb(30, 102, 54);
    border: none;
}

.corBotao:hover {
    background-color: rgb(0, 242, 140);
    color: black;
}