body
{
    background: linear-gradient(to right, #a121c5, #db69ad);
    height: 100vh;
}
h1
{
    text-align: center
}
.titulo
{
    background: linear-gradient(to right, #5c5c5c, #dcca9e);
    border-radius: 20px;
    text-align: center;
    font-size: 300%;
    font-family:'Times New Roman';
}
.vid
{
    text-align: center;
}
.sub
{
    background: linear-gradient(to right, #5c5c5c, #dcca9e);
    border-radius: 20px;
    font-size: 200%;
    font-family: 'Times New Roman';
}
.grilla
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    grid-template-rows: repeat(5, 1fr);

}
.div1
{
    background: linear-gradient(to right, #362d15, hsl(40, 51%, 69%));
    border-radius: 20px;
    font-size: 160%;
    font-family: 'Times New Roman';
    text-align: center;
    grid-row: span 2 / span 2;
}
.div2
{
    background: linear-gradient(to right, #362d15, hsl(40, 51%, 69%));
    border-radius: 20px;
    font-size: 160%;
    font-family: 'Times New Roman';
    text-align: center;
    grid-row: span 2 / span 2;
}
.div3
{
    background: linear-gradient(to right, #362d15, hsl(40, 51%, 69%));
    border-radius: 20px;
    font-size: 160%;
    font-family: 'Times New Roman';
    text-align: center;
    grid-row: span 2 / span 2;
}
.div4
{
    height: 60%;
    width: 95%;
    margin: 30px;
    font-size: 80%;
    display: flex;
    font-size: 140%;
    font-family: 'Times New Roman';
    text-align: center;
    grid-column: span 3 / span 3;
    grid-row-start: 3;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(to right, #362d15, hsl(40, 51%, 69%))
}
iframe
{
    border-radius: 20px;
    width: 100%;
    height: 800px;
    margin-top: 0;
    display: block;
}
.img-link {
    transition: filter 0.3s ease;
    background: linear-gradient(to right, #000000, hsl(0, 0%, 31%));
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
}

.img-link:hover {
    filter: brightness(1.6);
}
a
{
    text-decoration: none;
    color: black;
}
.iframe-wrapper 
{
    width: 90%;
    margin: 0 auto;
}