#contacto{
    margin-top: 40px;
    padding-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 40px;
}
#contacto{
    background-color: #232429;
}
#contacto p{
    width: 100vw;
    text-align: center;
    font-size: 25px;
}
#contacto p:hover{
    font-size: 35px;
}
#contacto a{
    margin-top: 5px;
    display: block;
    text-decoration: none;
    color: rgb(19, 18, 18);
    padding: 20px;
    background-color: rgb(245, 235, 235);
    width: 80px;
    text-align: center;
    border-radius: 10%;
    margin-left: 10px;
    margin-right: 10px;
}
#contacto a:hover{
    background-color: #232429;
    color: rgb(245, 241, 241);
    margin-left: 15px;
    margin-right: 15px;
}