@import url("https://use.typekit.net/ofp4qdk.css");

body {
  background: #E7CBBB;
  margin: 0;
}

.grid{
  display:grid;
  grid-template-columns: 40% 60%;
  
}

.left {
  background: red;
  padding: 20px;
  line-height: 100px;
  font-family: Futura;
  font-size: 40px;
}
.right{
  
  padding-left:40px;
  padding-right: 20px;
  line-height: 40px;
  font-family: Futura;
  font-size: 25px;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.alpha {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  color: #999999;
  font-size: 90px;
  z-index: -1;
  font-family: futura;
  text-align: justify;
  letter-spacing:;
  padding-left:40px;
  padding-right: 50px;
  opacity:.4;
  
}

.title{
  font-size: 120px;
  line-height: 130px;
  margin-top: -5px;
  color: #E7CBBB;
}
.hist{
  padding-top: 80px;
  padding-bottom:180px;
}
.lorem{
 padding-bottom:60px;
}

.a{
 
}
.b{
  font-family: futura-pt-condensed, sans-serif;

font-weight: 500;

font-style: italic;
}
.c{
  font-family: futura-pt-condensed, sans-serif;

font-weight: 500;

font-style: normal;

}
.d{
  font-family: futura-pt-condensed, sans-serif;

font-weight: 800;

font-style: normal;
}
.e{
  font-family: futura-pt-bold, sans-serif;

font-weight: 700;

font-style: normal;
}