.main-box {
    position: relative;
    margin: 1.2rem auto;
    padding: 1rem 2rem;
    max-width: 46.5rem;
    font-size: 1.4rem;
}

.main-box__font-family-Times-New-Roman {
	font-family: "Times New Roman";
}

.main-box__font-family-EB-Garamond {
	font-family: "EB Garamond";
}

/* Chế độ Quote */
.main-box__quote {
    background: white;
    border-radius: 4px;
    color: black;
    padding: 2px;
}