*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito";
}
footer{
    width: 100%;
    height: 300px;
    background-color:#3F3D56; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.end{
    width: 600px;
    height: 250px;
    background-color:#3F3D56;
}
.ul-footer1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 20px;
    font-size: 1.2em;
    padding: 10px;
}
.ul-footer2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 20px;
    font-size: 1.2em;
    padding: 10px;
}
.icon2{
    font-size: 1em;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: white;
    color:#3F3D56;
    padding: 10px;
}
.p-footer{
    text-align: center;
    color:#6c757d;
    font-size: 1.2em;

}

.icon2:hover {
    background-color:#3F3D56;
    border: 1px solid white;
    color: white;
}