body{
  font-family: 'Roboto', sans-serif;

}
p{
  padding: 0;
  margin: 0;

}
.main{
  margin-top: 100px;
  display:flex;
  justify-content:center;
  align-items:center;

}
.container{
  display: grid;
  grid-template-rows: 120px 1fr 1fr;
  grid-column-gap: 0;
}

.nothing_title,
.nothing_box_text,
.nothing_box_subtext{
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 130px;
}
.nothing_title{
  color: #E0643E;
  margin-left: -9px;
  margin-top: 2px;
}
.nothing_box_text,
.nothing_box_subtext{
  padding-top: 85px;
  color: white;
  background: #E0643E;
  margin-right: 8px;
}
.nothing_box_text{
  text-align: right;

}
.nothing_box_subtext{
  text-align: left;
}
.text_HERE{

}
.text_HERE{
    margin-right: -4px;
}
.text_YET{
  margin-left: 2px;
}
