body {
  font-size: 18px;
  color: #F3E5AB;
  background-color: #003152;
/*background image?*/
  background-image: url(https://somethinghappened.neocities.org/plants/aquaplants/bubbles.jpg);
  background-repeat: repeat;
  font-family: "Garamond", "Times New Roman", "Georgia";
}

@font-face {
  font-family: "waterst2";
  src: url("https://somethinghappened.neocities.org/fonts/waterst2.ttf") format("truetype");
}

.page {
  display: grid;
  grid-template-columns: 350px 2fr 350px; /* left, center, right */
  grid-template-rows: auto auto auto auto auto; /*header row, add more rows?*/
  gap: 20px;
  max-width: 1290px;
  margin: 0 auto;
}

.heading {
  grid-column: 1 / span 3; /* full width */
  grid-row: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /*text-align: center;*/
  gap: 75px; /*space between webs*/
  margin: 50px 0;
  margin-bottom: 20px;
}

.heading h1 {
  font-family: 'water street', cursive;
  font-size: 75px;
  color: #f3e5ab;
  margin-bottom: 0px;
  text-align: center;
  background-color: #228B22AA;
  border: 1px solid #F3E5AB;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.buceL {
  width: 150px;
  height: auto;
  margin: 10px 0;
  transform: translateX(100px);
  z-index: 1;
}

.buceR {
  width: 150px;
  height: auto;
  margin: 10px 0;
  transform: translateX(-100px);
  z-index: 1;
}

.left {
  grid-column: 1;
  grid-row: 3;
}

.center {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
}

.info-links {
  background-color: #000000CC;
  border-radius: 25px;
  padding: 10px;
  margin: 20px 0;
  color: #afa9af;
  text-align: center;
  font: "Garamond";
  font-size: 22px;
}

.info-links a {
  color: #f3E5AB;
}

.noworky {
  color: yellow;
}

.center-column {
  background-color: #000000;
  color: #f3e5ab;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}

 .video-wrapper {
  /*transform: translate(-50%, -50%);*/
  width: 505px;
  height: auto;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 505px;
  height: auto;
}

video {
  width: 100%;
}

.Noco2list ul {
  list-style-type: none; /*removes bullets*/
  text-align: left;
}

.co2list ul {
  list-style-type: none;
  text-align: right;
  padding-right: 35px;
}

.right {
  grid-column: 3;
  grid-row: 3;
  margin-right: -20px;
}

.pictures {
  display: block;
  background: #000000CC;
  font: "Garamond";
  color: #f3e5ab;
  font-size: 22px;
  text-align: center;
  text-wrap: wrap;
  padding: 3px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  max-width: 350px;
  object-fit: contain;
  margin-top: 15px;
}

.mdutch {
 margin-top: 20px;
}

.psuedodutch {
  margin-top: 20px;
  margin-bottom: 20px;
}

.congotank {
  margin-top: 20px;
}


