h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    color: gray;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}
