  #content {
    font-family: University Roman LET,Tiranti Solid Let, Square721 BT;
    font-size: 24px;
    color: white;
    text-align: center;
    margin-top: 50px;
  }

  .line {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease;
    margin: 10px 0;
  }

  .line.show {
    opacity: 1;
    transform: translateX(0);
  }

  /* contoh styling baris berbeda */
  .line1 {
    font-family: 'Garamond','University Roman LET', 'Tiranti Solid Let';
    font-size: 80%;
	margin-top:-10px;
	margin-bottom:-10px;
    color: black;
  }
  .line2 {
    font-family: 'University Roman LET', 'Tiranti Solid Let';
    font-size: 100%;
	margin-top:10px;
	margin-bottom:-10px;
    color: black;
	font-weight:Bold;
  }
  .line2b {
    font-family: 'University Roman LET', 'Tiranti Solid Let';
    font-size: 80%;
	margin-top:-10px;
	margin-bottom:-20px;
    color: black;
	font-weight:Bold;
  }
  .line3 {
    font-family: 'Garamond','University Roman LET', 'Tiranti Solid Let';
    font-size: 60%;
    color: black;
	margin-top:5px;
	margin-bottom:10px;
  }
  .line4 {
    font-family: 'Garamond','University Roman LET', 'Tiranti Solid Let';
    font-size: 80%;
    color: black;
	margin-top:-5px;
	margin-bottom:-5px;
	font-weight:Bold;
  }
