body {
  background-image: linear-gradient(to bottom, #e57fa7, #831e66);
  font-family: "Kindy";
  font-size: 15px;
  margin: 0;
  margin-bottom: 15px;
}
#reel2 {
  max-width: 1100px;
  margin: auto;
  border-top: none;
  border-radius: 0px 0px 30px 30px;
  background-repeat: repeat;
}
#header {
  max-width: 100%;
  height: auto;
  text-align: center;
}
#banner {
  max-width: 100%;
  overflow: hidden;
  height: 450px;
  background-image: url("img/myrmbnr.png");
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
#main {
  overflow: auto;
  padding: 10px;
}
#flex {
  display: flex;
  overflow: auto;
  max-width: 100%;
  border: none;
}
.block {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 15px;
}
#footer {
  max-width: 100%;
  height: auto;
  text-align: center;
  padding: 5px;
  border-radius: 0px 0px 30px 30px;
}
#tbox {
  overflow: scroll;
  overflow-x: hidden;
  text-align: justify;
  background: #fff;
  padding: 10px;
  border: 1px solid #E57FA7;
  background-image: url("img/lpgrid.gif");
  background-repeat: repeat;
  border-radius: 5px;
}
  #tbox::-webkit-scrollbar {
  width: 10px;
}
  #tbox::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0 5px 5px 0;
}
  #tbox::-webkit-scrollbar-thumb {
  background: #E57FA7; 
}
  #tbox::-webkit-scrollbar-thumb:hover {
  background: #E57FA7; 
}
#tbox .header {
  position: absolute;
  margin-top: -50px;
  margin-left: 1px;
  font-size: 50px;
  font-family: "Magica";
  color: #fff;
  -webkit-text-stroke: 1px #d92b6f;
}
#lflex {
  display: flex;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin: 10px;
}
#lbox {
  flex: 1;
  overflow: auto;
  overflow-x: hidden;
  text-align: justify;
  background: #fff;
  padding: 10px;
  margin: auto;
  border: 1px dashed #E57FA7;
  background-image: url("img/pstlbg.gif");
  background-repeat: repeat;
  border-radius: 10px;
  margin: 5px;
}
a {
  text-decoration: none;
  color: #E57FA7;
}
hr {
  border: 2px dashed #FFD4E3;
}
table {
  max-width: 100%;
}
table, tr, th, td {
  border: 1px solid #E57FA7;
  border-collapse: collapse;
  padding: 5px;
}
th {
  background: #E57FA7;
  color: #fff;
}
td {
  max-width: 25%;
}
h1 {
  font-family: "nintendoP_Humming-E_002pr";
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #E57FA7;
  width: 100%;
}
h2 {
  font-family: "Magica";
  font-size: 50px;
  color: #fff;
  text-align: center;
  -webkit-text-stroke: 1px #d92b6f;
  font-weight: normal;
}
iframe {
  overflow: scroll;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #E57FA7;
  border-radius: 5px;
  background: #E57FA7; 
}
@font-face {
  font-family: "nintendoP_Humming-E_002pr";
  src: url("/1/Hummingbird.otf")  format('opentype');
}
@font-face {
  font-family: "Magica";
  src: url("img/theheart.ttf")  format('truetype');
}
@font-face {
  font-family: "Kindy";
  src: url("img/KGMissKindyChunky.ttf")  format('truetype');
}