#container {
  display: grid;
  grid-template-areas:
    "header header header"
    "content1 content1 content2"
    "content3 content3 content4"
    "content3 content3 content5"
    "content6 content7 content5";
  grid-auto-rows: 280px;
  gap: 8px;
}

.header {
  display:flex;
  flex-direction: row;
  flex-flow: reverse;
  align-items: center;
  grid-area: header;
  background-color: #21f379;
}

.nav {
  margin-left: 60%;
  width: 40%;
  display: flex;
  justify-content: space-between;
  background-color: #f3e021;
  padding: 10px;
  margin-top: 5px;
}


.content {
  grid-area: content;
  background-color: #56f321;
}
.content1 {
  grid-area: content1;
  background-color: #c2f321;
}
.content2 {
  grid-area: content2;
  background-color: #21f3db;
}
.content3 {
  grid-area: content3;
  background-color: #f8c2ff;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.content4 {
  grid-area: content4;
  background-color: #f3215d;
}
.content5 {
  grid-area: content5;
  background-color: #ac91d5;
}

.content6 {
  grid-area: content6;
  background-color: #f3bf21;
}
.content7 {
  grid-area: content7;
  background-color: #838383;
}
.footer {
  grid-area: footer;
  background-color: #de21f3;
}

.video {
  border: rgb(0, 0, 0);
  border-radius: 10px;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  margin-left: 0px;
}


.google {
  border: rgb(0, 0, 0);
  border-radius: 10px;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  max-height: 100%;
  height: 75%;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  overflow: hidden;
}


h4 {
  text-align: center;
  font-size: 20px;
  color: black;
  margin: 0;
  padding: 0;
}

h3 {
  text-align: center;
  font-size: 30px;
  color: black;
  margin: 0;
  padding: 0;
}

h5 {
  text-align: center;
  font-size: 25px;
  color: black;
  margin: 0;
  padding: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  
}



.bricolage-grotesque-uniquifier {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100px;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.titlepoem {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 700;
  font-size: 30px;
}

.content4 img {
  border: rgb(0, 0, 0);
  border-radius: 10px;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  margin-left: 0px;
}

.content7 img {
  border: rgb(0, 0, 0);
  border-radius: 10px;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  margin-left: 0px;
}

.content6 img {
  border: rgb(0, 0, 0);
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}