body{
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    height: 100vh;
    overflow-y: hidden;
    display: flex;
}

.bloque{
    display: flex;
    text-align: center;
    margin: auto;
}
video{
    height: 80vh;
    border-radius: 15px;
}

button{
    height: 60px;
    margin: auto;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 50%;
    width: 60px;
    font-size: x-large;
    background-image: linear-gradient(135deg, #764ba2 0% , #667eea 100%);
    transition: 1s;
}

button:hover{
    transform: scale(1.1)
}