table {
    border: 5px solid gray;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    max-width: 1000px;
}

td {
    font-family: sans-serif;
}

a {
    color: black;
    font-family: sans-serif;
}

body {
    background-color: rgb(6, 6, 49);
}

h1 {
    font-family: sans-serif;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: justify;
}

h2 {
    font-family: sans-serif;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}

.fuera {
    color: #ffffff;
    text-align: center;

}

.fino {
    max-width: 800px;
}

.video-container {
    max-width: 400px;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 10px auto;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}