.fontHeader{
  font-size: 4rem;
  font-weight: bold;
  margin: 10px 0;
  position: relative;
  color: #673fcc;
}

.fontTitle {
  text-transform: capitalize;
  font-size: 3rem;
  font-weight: bold;
  margin: 1.3em 0;
  text-transform: capitalize;
  font-family: Verdana, sans-serif;
  color: rgb(0, 125, 150);
}

  
.fontContent {
  font-size: 2.5rem;
  text-decoration: underline;
  margin: 1em 0;
}

.fontsSize{
  font-size: 1.8rem;
  color: #073e7f;
}

.changeFont{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  color: #0248A8;
  font-size: 33px;
}

.changeFontSize {
padding-bottom: 0px;
}

/* added by Ricky */



.fontTitle{
  font-size: 24px;
}

.changeFont{
  margin-top: 20px;
  font-size: 30px;
  color: rgb(2, 72,168);
}

.changeFont-chi {
  font-family: 微軟正黑體;
}

.fontContent{
  font-size: 24px;
}

.fontsSize{
  color: rgb(2, 62, 127);
  font-size: inherit;
}

.fontHeader {
  margin-top: 30px;
}