/* #16badb
#6f42c1
#d63384
#fd7e14
#20c997
#0d6efd
#dc3545
#ffc107
#23ff00 */
* {  box-sizing: border-box;}
body {
  background-color: #ebebeb !important;
  margin: 0;
  padding: 0;
  font-family: roboto, arial;
}
h1 {
  text-align: center;
  font-size: 30px !important;
  color: #222;
  margin-bottom: 30px !important;
}
.page-progress-tit {
  position: fixed;
  right: -54px;
  top: 100px;
  transform: rotate(-90deg);
}

section {
  margin-bottom: 80px;
}