 * {
     margin: 0;
     padding: 0;
 }

 .award {
     display: table;
     margin: auto;
 }

 .award h1 {
     margin-top: 70px;
     line-height: 30px;
     color: white;
 }

 .award .strip,
 .round {
	display: inline-block;
	margin: 10px;
	width: 400px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	background-color: #174F9B;
 }

 .award .strip .strip-box {
     position: relative;
     margin: 79px auto;
     width: 280px;
     height: 20px;
     border-radius: 20px;
     border: 1px solid #3559eb;
     background: white;
     box-shadow: 0px 0px 20px 0px blue;
     overflow: hidden;
 }

 .award .strip .strip-box .bar {
     position: absolute;
     width: 20%;
     height: 20px;
     border-radius: 20px;
     background: #ff007f;
     transition: all .5s;
 }

 .award .strip .strip-box .bar b {
     color: white;
 }

 .award .round .round-box {
     margin: 10px 0;
 }

 .award p {
     padding: 20px 0;
     font-size: 18px;
 }

 .award input {
     padding-left: 6px;
     width: 100px;
     height: 26px;
     font-size: 18px;
 }

 .award button {
     width: 40%;
     height: 32px;
     font-size: 18px;
 }