footer {
    height: 210px;
    background-color: #1C2833;
    border-top-style: groove;
}

.footerWrapper {
    display: flex;
    justify-content: space-evenly;
}

.iconsSocial {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 20px;
    color: whitesmoke;
    margin-top: 50px;
}

.iconsSocial ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
}

.iconsSocial a {
    text-decoration: none;
}

.iconsSocial img {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 20%;
}

.infoFooter {
    font-family: 'Roboto Slab', serif;
    color: whitesmoke;
}

.infoFooter h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.infoFooter p {
    font-size: 15px;
}
