@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

.Page-Container{
  display: grid;

  grid-template-rows: .75fr .25fr .25fr .1fr;
}
  
.Headline {
  grid-row: 1;
  grid-column: 1 /span 1;
  background: black;
  font-size: 100px;
  height: 7.5em;
  color: white;
  text-align: left; 
  font-family: "Merriweather";
  padding: 80px;
}
h2{ background: black;
  font-family: "Merriweather";
  font-size: 110px;
  height: 7em;
  color:grey
}
    
  .Info { 
  background: gray;
  border: 20px solid white;
  grid-row: 2;
  text-allign: center;
  padding: 3.5em;
  font-size: 45px;
  color: white;
  font-family: "Merriweather-bold";
    
}
  

.Light { 
  grid-row: 3;
  background: black; 
  padding: 15px;
  text-decoration: underline;
  font-size: 40px;
  color: white;
  font-family: "Merriweather-light";
}

.ABC1 {
  font-size: 35px;
  width: 100%;
  color: white;
  font-family: "Merriweather";
}

.Merriweather-Regular { 
  grid-row: 4; 
  grid-column: ;
  background: black; 
  padding: 15px;
  font-size: 40px;
  color: white;
  text-decoration: underline;
  font-family: "Merriweather";
  
}

.Merriweather-Italics { 
  grid-row 4;
  background: black;
  padding: 15px;
  font-size: 40px;
  text-decoration: underline;
  color: white;
  font-family: "Merriweather";
}

.Merriweather-Ultra-Bold {  
  grid-row: 5;
  background: black;
  padding: 15px;
  font-size: 45px;
  color: white;
  font-family: "Marriweather";
   text-decoration: underline;
  
}