body {
    background-color: rgb(190, 133, 255);
    background-image: url(fondo.jpg);
    background: cover;
    background-size: cover;
}

@font-face{
    font-family: "Gabriel Weiss' Friends Font";
    src: url("GABRWFFR.TTF");
}
h1{
    text-align: center;
    background-color: rgba(76, 28, 88, 0.8);
    font-family: "Gabriel Weiss' Friends Font";
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 2px rgb(255, 238, 0);
    border-radius: 10px;
    margin-left: 400px;
    margin-right: 400px;
    padding: 8px;
    
}
input{
    background-color: rgba(76, 28, 88, 0.8);
    background-position: center;
    color: rgb(255, 255, 0);
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    border-radius: 10px;
    border:  black;
    padding: 6px;
    padding-left: 15px; /*relleno*/
    padding-right: 15px;
    font-family: 'Courier';
    font-size: 30px;
    margin-left: 10px;

}
input:hover{
    box-shadow:0px 0px 2px 2px rgba(255, 255, 255, 0.774);
    background-color: rgba(44, 16, 51, 0.493);
}

#directo{
    margin-left: 475px;
    margin-top: 10px;
}

#video1{
    margin-left: 380px;
    margin-top: 10px;
}

#boton_video1{
    margin-left: 410px;
}
#boton_on{
    margin-left: 400px;
}

