.cor {
    background: #D32F2F;
}

#container{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.rodape {
    margin-top: 50px;
    margin-bottom: 30px;
}

a,.rodape{
    color: #A81E1E;
}

.rede{
    border-radius: 0px;
    border-color: white;
    margin-left: 15px;
    margin-right: 15px;
    color: white;
}

.texto{
    color: white;
    margin-bottom: 40px;
}

.img{
    margin-top: 40px;
    margin-bottom: 40px;
}