html, body{
    width: 100%;
    height: 100%;
    margin: 0 0;
    font-family: 'Raleway', sans-serif;
    background-color: azure;
}

.pagina{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.cabecalho{
    height: 60px;
    background-color: azure;
}

.intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: azure;
}

.corpo div h1{
    font-family: 'Raleway', sans-serif;
    color: azure;
}
.corpo{
    display: flex;
    clear: both;
    width: 100%;
    height: 100%;
    background-color: azure;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    
    
}

.cs{
    width: 70%;
    height: 100%;
    margin: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid azure;
    background: linear-gradient(to bottom right, red, yellow);
}

.fim{
    display: flex;
    flex-direction: column;
    background: -moz-linear-gradient( to bottom right,white, rgb(66, 66, 66));

}

.fim .social-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

#facebook{
    border: 1px solid aqua;
    background-color: black;
}
#twitter{
    border: 1px solid aqua;
    background-color: black;
}
#linkedin{
    border: 1px solid aqua;
    background-color: black;
}


.fim .direitos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bottom-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: right;
    background-color:azure;
    color: rgb(66, 66, 66);
}

.social-footer div {

    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid rgb(69, 248, 189);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 5px;

}
