body {
  margin: 0;
  font-family: 'Mali', cursive;

}

* {
  box-sizing: border-box;
}

/* Style the header */
.header {
  background-color: #80c125;
  padding: 8px;
  text-align: center;
  font-size: 20px;
  

} 

.header_logo {
  background-color: #80c125;
  padding: 5px;
  text-align: center;
  font-size: 20px;
}

/* Style the footer */
.footer {
  background-color: #80c125;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}

.body {
  margin-left:23%;
  padding:1px 16px;
  /*height:1000px; */
  background-color: #d2efa9;

}
/* Style the menu */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 23%;
  background-color: #f1f1f1; 
  position: fixed;
  height: 100%;
  overflow: auto;
}

li a {
  display: block;
  color: #000;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 12px;
}

li a.active {
  background-color: #80c125;
  color: white;
}

li a:hover:not(.active) {
  background-color: #80c125;
  color: white;
}
/* End menu*/

.h-pro {
  position: relative;
  background-color: #f1f1f1;
  border: 2px solid #80c125;
  border-radius: 20px;

}

.h-pro span{
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
}


 /*method register promotion*/ 
.h-method {
  font-size: 14px;
  border-radius: 20px;
  padding-left: 10px;
  padding-top: 1px;
  background-color: #80c125;
}

.method {
  font-weight: normal;
  font-size: 12px;
  border-radius: 20px;
  padding-left: 15px;
  background-color: #f1f1f1;

}

/* Style the detail promotion */
.dt-pro {
  width: 100%;
  position: relative;
  background-color: #f1f1f1;
  padding-left: 20px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  /*border-top: 10px solid green;*/
  }

.dt-pro span{
  font-size: 20px;
  letter-spacing:1px;
  font-weight: bold;
}
 
/* hot promotion */
.dt-pro sup{
  font-size: 2.5rem;
  position: absolute;
  top: 1px;
  right: 30px;
}

#h-pro{
  border-radius: 20px;
  background-color: #f1f1f1;
  border: 2px solid #80c125;
  font-weight: bold;
}

 /*button register promotion call*/
.bt {
  background-color: #f1f1f1; /* Green */
  border: none;
  color: black;
  width: 99%;
  padding-top: 2px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  border: 2px solid #f1f1f1;
  cursor: pointer;
  font-family: 'Mali', cursive;

}

.bt-g{
  background-color: #ff1a1a; /* Green */
  font-family: 'Mali', cursive;

}

/* button net*/
.bt-ais{
  width: 31%;
  height: 100px;
  font-size: 14px;
  border-radius: 25px;
  color: black;
  background-color: #b0e368;
  font-family: 'Mali', cursive;
}

.bt-true{
  width: 33%;
  height: 100px;
  font-size: 14px;
  border-radius: 25px;
  color: black;
  background-color: #ff6666;
  font-family: 'Mali', cursive;
}

.bt-dtac{
  width: 31%;
  height: 100px;
  font-size: 14px;
  border-radius: 25px;
  color: black;
  background-color: #66ccff;
  font-family: 'Mali', cursive;
}