.main-content h1 {
    font-size: 33px;
    color: #000000;
    text-align: center;
    border: 1px solid #e4e4e4; /* Add a solid border with a light gray color */
}

.main-content #chibiTitle {
    font-size: 25px;
    color: #000000;
    text-align: center;
    border: 1px solid #e4e4e4; /* Add a solid border with a light gray color */
}

.main-content #animeTitle {
    font-size: 25px;
    color: #000000;
    text-align: center;
    border: 1px solid #e4e4e4; /* Add a solid border with a light gray color */
}

.main-content #TaDTitle {
    border: 1px solid #e4e4e4; /* Add a solid border with a light gray color */
    font-size: 30px;
    text-align: center;
} 

.main-content #TaDLists {
    font-size: 18px;
    color: #000000;
    text-align: center; /* This will center all child elements */
    list-style: none; /* Optional: removes default list styling */
}

.main-content #TaDLists b {
    font-size: 20px;
}

#pricelist {
    display: flex;
    margin: 0 auto; /* Add this line to center the element horizontally */
    justify-content: center;
}

#pricelist section { /* Target both flat and full sections */
    padding: 10px;  /* Add padding to create space between borders */
    margin: 5px;  /* Add some margin for extra separation (optional) */
}

#pricelist h2 {
    font-size: 20px;
    color: #000000;
    text-align: center;
}

#pricelist h3 {
    font-size: 15px;
    color: #000000;
    text-align: center;
}