*{
  margin: 0;
  padding: 0;
  font-family: 'DM Mono', monospace;
}
.container{
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.block{
  width: 730px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.title_txt{
  color: #5c8f83;
}
.hi_txt{
  color: #793a33;
}
.n_txt{
  color: #a38d79;
}
.s_txt{
  color: #d9caae;
}
.content{  
  width: 730px;
  top: 100px;
  position: absolute;
}
