*
{
    font-family: 'Franklin FRW';
    transition: linear 0.42s;
    border-radius: 0.32em;
}

.generado
{
    background: #000000;
    color: #ffffff;
}

.generado::after
{
    content: "  Contenido generado con IA.   ";
}

body, html
{
    margin: 3em;
    padding: 0 auto;
    text-align: center;
}

video
{
    border: solid #000000 1px;
}

video, source
{
    width: 21em;
    height: 11em;
}

footer a:hover
{
    transition: linear 0.33s;
    background: #000000;
    color: #1fcfcf;
    font-weight: 840;
    font-size: 1.13em;
}

video:hover
{
    width: 53%;
    height: 28%;
}

form, section
{
    width: 100%;
    height: 50%;
}

button, input, button:hover
{
    margin: 1em;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 3em;
    text-align: center;
    border: none;
}

input[type="text"]
{
    height: 8em;
    text-align: justify;
    margin-top: -10%;
    padding: 2em;
    padding-top: -280em;
    border: solid #ff7f4f 1px;
    outline: solid #df87fd 1px;
}

input[type="button"]
{
    text-align: center;
    padding: 1.3em;
    padding-left: 0.7em;
    padding-top: 0.51em;
}

button, input[type="button"]
{
    width: 9em;
    height: 2em;
    background: #d2d2e2;
    outline: none;
}

button:hover, input[type="button"]:hover, input[type="text"]:hover
{
    background: #101010;
    font-weight: 600;
    border: none;
    outline: solid #3fafdf 1px;
    color: #ffffff;
}
