body {
  background-color: #f2f2f2;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #303030;
  font-size: larger;
  padding: 32px;


}

.video {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: black;
  border-radius: 5px;
}

.video iframe {
  width: 100%;
  height: 100%;
}

.article {
  display: flex;
  flex-direction: column;
  width: 60%
}

h1,
h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

img {

  aspect-ratio: auto;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 5px;

}