.content-container {
    width: 80%;
    max-width: 1250px;
    margin: auto;
}

p {
    font-size: 20px;
}

main ul {
    font-size: 20px;
    margin-left: 40px;
}

h1 {
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    border-bottom: solid 3px var(--theme-color);
    margin-bottom: 15px;
}

h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

h3 {
    font-size: 22.5px;
    font-weight: 500;
    margin-bottom: 0;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

h5 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}

h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
