#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.content {
    position: relative;
    /*top: 20%;
    margin-top: -50px;
    bottom: 0;*/
    margin: 0 auto;
    margin-top: 5%;
    background: rgba(0, 0, 0, 0.2);
    color: #f1f1f1;
    width: fit-content;
    padding: 20px;
    border-radius: 10px;
    font-family: system-ui;
    font-size: 15px;
}

.content-links {
    /*position: fixed;
    bottom: 0;*/
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: #f1f1f1;
    width: auto;
    padding: 20px;
    border-radius: 10px;
}

.logo{
    width: 360px;
}

.separacionLinks{
    margin-top: 10px;
}

.separacionAutor{
    margin-top: 30px;
}

.fontAutor{
    font-family: system-ui;
    font-size: 10px;
    text-align: center;
}

.alinearTexto{
    display: flex;
    align-items: center;
}

.fontLinks{
    margin-left: 5px;
}

a:link {
    color: #f1f1f1;
}

a:visited {
    color: #f1f1f1;
}

a:focus {
    border-bottom: 1px solid;
    background: #98b614;
}

a:hover {
    border-bottom: 1px solid;
    background: #98b614;
}

a:active {
    background: #265301;
    color: #98b614;
}