#main{
  background-color: rgb(248, 248, 248);
  width: 80%;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 900px){
  .testBoxTitle{
    font-size: 24px;
  }
  .testBoxBody{
    font-size: 15px;
  }
  #main{
    width: 90%;
  }
}
p{
  font-size: 20px;
}
.jalan{
  font-family:yg-jalnan;
}  
.startButton{
  padding: 13px 50px; 
  border: 3px solid rgb(255, 196, 196);
  color: rgb(255, 196, 196);
  border-radius: 8px;
}
.startButton:hover, .startButton:active{
  background-color: rgb(255, 196, 196);
  color: whitesmoke;
  border: 4px solid rgb(255, 196, 196);
  border-radius: 8px;
}
.Gmarket{
  font-family:GmarketSansLight;
}