#header-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(82, 77, 77);  
}

body {
    margin: 0 auto;
    padding: 0;
    background-color: #0f0e0e;
}

#logo {
    width: 70%;
}

#buttons {
    text-align: center;
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
} 

 
.buttons {
    font-size: large;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1.3px;
    text-decoration: none;
    color: aliceblue;
    transition: 0.5s;
    margin-left: 15%;
}

#redes img{
    width: 40px;
    position: absolute;
    right: 2%;
    top: 2%;
    left: 92%;
}

.wpp {
    width: 30px;
    position: absolute; 
    right: 4%;
    top: 2%;
}

.buttons:hover {
    color: rgb(184, 72, 72);
    transition: 0,5s;
}

button:active {
    background-color: #a00909;
    transform: translateY(4px);
}

#video {
    display: block;
    margin: 0 auto;
    width: 70%;
    padding-top: 10px;
}

@media (max-width: 700px) {
    button {
        height: 10%;
        width: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 10%;
        margin-left: 34%;
        
    }
}