

body {
  background-color:#98FB98;
}

.grid-container {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 4fr 1fr;
}

h1 {
 font-size: 120px;
 text-align: center;
 span:stretch;
 transform:scale(2,2);
}

h2 {
  font-size: 50px;
  margin:0px;
}

h3 {
  font-size: 50px;
  margin:0px;
}

h4 {
  font-size: 50px;
}

img {
  width:80px;
}

.img1 {
  width:80px;
  transform: scaleX(-1)
}

p1 {
 font-family: Mistral, Heveltica, Arial, san-serif;
 font-size: 30px;
}

.Top, .One, .Two, .Three {
  grid-column: span 20;
}

.deco2 {
  width: 100%;
  min-width: 200px;
}


.grid-container div {
  color: black;
  font-family: Mistral, Heveltica, Arial, san-serif;
  font-weight: regular;

}
