body {
  background-image: url(/background/medbluesatinbg.jpg);
  font-family: "ariel", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  }

.main-box {
  background: #FFCAF1;
  color: #161c24;
  max-height: auto;
  width: 900px;
  overflow: auto;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 4%;
  padding: 4%;
  padding-top: 1%;
  position: center;
  }
  
a {
  color: #bc7b9c;
  
  }
  
h1 {
  text-align: right;
  font-size: 24px;
  color: #FF41B4;
  }
  
.hh {
  background: #FFCAF1;
  font-weight: bold;
  text-align: center;
  margin: 1%;
  margin-top: 1.5%;
  font-size: 40px;
  color: #FF41B4;
  width:1000px; 
  height:auto; 
  padding:2px;
  float: center;
  }
  
mark{
  background-color: #69D8FF;
  color:#1264FF;
}
