body {
  background-color: #8BD6C2;
}

.welc {
  color: #D68B9F;
  text-align: center;
}

.mhh {
  border: 4px solid black;
  margin: 25px 80px 0;
  padding: 7px;
}

.const {
  background-color: yellow;
  margin: 0 80px 0;
  border: 4px dashed black;
  border-top: 0 solid;
  height: 125px;
}

.not {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.constext {
  text-align: center;
  font-style: italic;
  font-size: 20px;
}

.conicr {
  height: 100px;
  float: left;
  margin-top: 5px;
}

.conicl {
  height: 100px;
  float: right;
  margin-top: 5px;
}

.constcols, .constcolm {
  display: inline-block;
}

.constcols {
  width: 20%;
}

.constcolm {
  width: 58%;
}