@font-face {
    font-family: 'nebula_hollowregular';
    src: url('nebula-hollow-webfont.woff2') format('woff2'),
         url('nebula-hollow-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'nebularegular';
    src: url('nebula-regular-webfont.woff2') format('woff2'),
         url('nebula-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.page-container{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 400px 400px;


}
.sixteen{

  color: #fcd800;
  grid-column: 3;
  grid-row:2;
  justify self: c;
  font-size: 300px;
  margin-left: 60px;
  margin-top: 50px;
  font-family: nebularegular;



}
.sideways-text{
-moz-transform: rotate(90deg);
  color: #757573;
  align-self: center;
  font-family: nebularegular;
  font-size: 15px;
  justify-self: start;

  margin-left: 60px
}

div{

}
.history-text{
  grid-column: 2;
  grid-row:2;
  color: #fcd800;
  align-self: center;
  line-height: 25px;
  font-family: nebularegular;



}
body{
  background-image: url(http://robison.fsartanddesign.org/spring2020/GD50/imgs/jose-bkgd.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
/*   background-position: 50% 50%; */
}
{
  grid-column:2;
  grid-row:1;
}
.twozero{
  color: black;
  grid-row: 1;
  grid-column:2;
  align-self: start;
  justify-self: center;
  font-size: 200px;
  font-family: nebularegular;
  margin: 0;
  margin-left: 105px;
  line-height: 75px
}
.alpha{
  margin-top: 60px;
  justify-self: center;
  font-size: 28px;
  color: #fcd800

}
.blacktext{
  color: black;
}
.htext{
  font-size: 10px;
  line-height: 15px;

}
h1{
  margin-top: 60px;
  font-size: 40px;
}
.onesix{
    color: #fcd800;
  grid-column: 3;
  grid-row:2;
  justify self: c;
  font-size: 270px;
  margin-left: 80px;
  margin-top: 75px;
  font-family: nebularegular;

}
