.grid-container {
  display: grid;
  grid-gap: 20px;
  width: 800px;
  font-family: helvetica;

}

.one {
  grid-column: span 2;

}

.header {
  font-size: 100px;
  /*  font-weight:10; */
  text-align: left justify;
  padding: 0;
  margin: 0;
}
.two {

}
.three {
  font-weight: bold;
}
.four {

}
.five {

}
.six {

}
.seven {

}
.eight {
  font-size:40px;
  font-style: bold oblique;
  text-align: center;

}

.nine {

}
