body {
    background-color: rgb(255, 255, 255);
}

.containerMobile {
    width: 100%;
    background-color: white;
}

.logo {
    text-align: center;
    padding: 30px 0;
}

.containerButtons {
    padding: 5px 0;
    background-color: rgb(244, 244, 244);
    margin: auto;
    max-width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
}

.containerButtons div {
    width: 100px;
    height: 100px;
    margin: 2px;
    padding-top: 23px;
    /* border: chartreuse 1px solid; */
    text-align: center;
    font-size: 14px;
    font-weight: 500;

}


.containerButtons a {
    text-decoration: none;
    color: rgb(27, 27, 27);
}

.containerButtons div svg {
    width: 30px;
    height: 30px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer h6 {
    text-align: center;
}