  @import url("https://use.typekit.net/gvm5xya.css");
.grid-container {
  background-image: url(http://robison.fsartanddesign.org/fall2019/GD50/imgs/isabella-typespec.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: grid;
  color: white;
  max-width:1000px;
  max-height:4000px;
  font-family:Rockwell;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 3;
}
.one{
  display:grid;
  padding: 40px 15px 0px 15px;
  justify-self: end;
  text-align: right;
  font-size: 27.2px;
  font-weight: bold;

}
.two{
  color:#a79f88;
  padding: 245px 0px 0px 35px;
  font-size: 45px;
  
}
.three{
  display: flex;
  color: #a79f88;
  padding: 85px 0px 0px 15px;
}
.four{
  display:grid;
  font-style: italic;
  font-size: 25px;
  padding: 45px 150px 0px 15px;
  font-size:24px;
  text-align: center;
}
.five{
  display:grid;
  grid-area: 3 / span 2 / 3 / span 2;
  margin:1em;
  padding:70px 100px 0px 0px;
  font-size:26px;
  font-style:regular;
}

  ul{
    list-style: none;
  }
.alphabet{
  opacity:.45;
  font-size: 51px;
  text-align: center;
}
.fonts{
  padding:80px 0px 0px 30px;
  font-size:28px;
}
.Regular{
  font-weight: normal;
}
.Italic{
  font-style: italic;
}
.Bold{
  font-weight: bold;
}
.Bold-Italic{
  font-weight: bold italic;
}
.Light{
  font-family: rockwell, sans-serif;
  font-weight: 300;
  font-style: normal;}
.Light-Italic{
 font-family: rockwell, sans-serif;
font-weight: 300;
font-style: italic;
}
.Condensed{
  font-family: rockwell-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;}
.CondensedB{
  font-family: rockwell-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;}
.ExtraB{
  font-family: rockwell, sans-serif;
  font-weight: 800;
  font-style: normal;
}