footer{
    background-color: var(--tertiary);
    color:var(--neutral);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 60px;
}
.div1{
    display: flex;
    flex-direction: column;
    gap:10px;
}
.div1 .logo{
    margin-bottom: 30px;
}
.social{
    width:40px;
    margin:40px 20px 0 0;
}
.div-2-3{
    display:flex;
    flex-direction: column;
    gap:20px;
}
input{
    background-color: var(--secundary-dark);
    color: var(--secundary-light);
    border-radius: 10px;
    width: 400px;
    height: 50px;
    border: none;
    padding: 10px;
    display: flex;
    justify-content: space-around;
}