/*FOOTER*/

footer {
    width: 100vw;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.rrss{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.rrss img{
    width: 30px;
    height: 30px;
}