body {
  background: grey;
}


.grid-container {
  display: grid;
  grid-gap:;
  grid-template-columns:1fr 1fr;
  width:1em
}
.grid-container div {
  font-family: century gothic;
  padding: .5em;
/*   background: grey; */
}
.one{
  color:white;
  width:16em;
  margin:1em;
  font-size:14pt
}


.two{
  font-weight: bold;
  color:white;
  width:16em;
  margin:1em;
  font-size:14pt
}

.three{
  color:white;
  width:16em;
  margin:1em;
  font-size:14pt
}
.four{
  font-weight: bold;
  color:white;
  width:16em;
  margin:1em;
  font-size:14pt
}
.five{
  font-size: 4.5em;
  font-color: black;
}
.six{
  color: white;
  
}

.seven{
  color: white;
}

.outside-c{
  font-family: century gothic;
  color: white;
  font-size: 45em;
  position: absolute;
  top: -110px;
  left: -20px;
  opacity: .2;
  z-index: -1;
}


.outside-g {
  font-family: century gothic;
  color: white;
  font-size: 45em;
  position: absolute;
  top: 240px;
  left: 120px;
  opacity: .07;
  z-index: -1;
}
