.overwrap{
    background-color:rgba(250	242	220	);
}
.triangle{
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 40px solid orange;
}
.border-bottom{
    border-bottom: 2px solid rgba(78	148	146	);
}
.border-dot{
    border:dotted orange;
}
.none{
    display: none;
}