.redes {
    display: flex;
    align-items: center;
    margin: 10px;
    height: 200px;
}

.redes a {
    color: #333;
    text-decoration: none;
    margin-right: 10px;
    font-size: 24px;
}

.redes a:hover {
    color: #007bff;
}

.redes img {
    width: 32px;
}