body {
  font-family: "Segoe UI", Verdana, sans-serif;
  line-height: 1.5;
  background-color: #f8fafc;;
  color: #212529;
}

.topic{float:left;font-size:2rem;width:75%;line-height:1.2;}
.topic,.topic-small{color:#8b351c;text-shadow:3px 3px 3px #999;font-family: "Segoe UI", Verdana, sans-serif;}
.topic-small{background:#e7dbd4}
.img_l{float:left}
.img_l,.img_r{margin-right:10px}
.img_r{float:right;padding:5px}
.img_c{margin:auto}
label.required:after{color:red;content:" *"}