h1{
    text-align: center;
    font-family: cursive;
    color: red;
}

body{
    background-color: black;
}

.video{
 width: 100%;
}

.video iframe{
  width: 100%;
  aspect-ratio: 16/9;
}

section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

figure{
    width: 100%;
}