.footer {
    width: 100%;
    height: 10vh;
    background-color: rgb(59, 59, 59);
}

.footerCover {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    height: 100%;
}

.col1Footer {

}
.col2Footer {
    justify-content: center;
    align-items: center;
    display: flex;
}

.copyRight {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}