* {
  borderzzzzz: 1px dashed red;
}

.template{
  min-width: 1180px;
  max-width:1181px;
  display: grid;
  grid-template-columns:130px 1fr 130px 1fr 1fr;
  grid-template-rows: 300px 150px 2fr 3fr;
  font-family: courier;
}
.bold{
  font-weight: bold;

}
.oblique{
  font-style: oblique;

}.fatblique{

  font-weight: bold;

  font-style: oblique;
}
.head{
  grid-area: 1 / 1 / 1 / span 2;
  font-size:5em;
  line-height: .0001;
}
.cou{font-size:2.65em;
  vertical-align: text-top;margin-top:55px;}
.weight{
  grid-area: 2/ 1 / 2 / span 2;
  line-height: .15;
  font-size: 2.2em;
  position:relative;
  top: -45px;
}
.alphabet-1{
  font-size: 3.5em;
  text-align: center;
  grid-area: 1 / 3 / 3/ 6;
  position: relative;
    top: -60px;

}
.size{
  grid-area: 3 / 1 / 3/ 6;
  position: relative;
  bottom: -5px;
}
.body-w{
  grid-area: 4 / 1 / 4 / 3;
  padding: 12px;

}
.body-b{
  grid-area: 4 / 3 / 4 /5;
  color: white;
  background-color:black;
padding: 12px
}
.pull{
  grid-area: 4 / 5/ 4 / 6;
  font-size: 10px;
  padding: 12px
}
.size12{ font-size:12px; margin-bottom:3px;}
.size16{font-size:16px;margin:3px;}
.size18{font-size:18px;margin:3px;}
.size24{font-size:24px;margin:3px;}
.size30{font-size:30px;margin:3px;}
.size36{font-size:36px;margin:3px;}
