
.page-content{ 
    background-color: #fff;
    padding: 30px; 
    border-radius: 10px;
}
    
.page-content div, .page-content p{
    font-size: 18px;
}
    
.page-content ul{
    list-style: circle;
}
    
.page-content ul li{
    font-size: 18px;
}


.page-content h1 {
    font-size: 1.5rem;
}

.page-content h2 {
    font-size: 1.3rem;
}

.page-content h3 {
    font-size: 1.1rem;
}

.page-content h4 {
    font-size: 1.0rem;
}

.page-content h5 {
    font-size: 0.9rem;
}

.page-content h6 {
    font-size: 0.8rem;
}