html {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

h2 {
    background-color:blue;
    display: inline-block;
    border-radius: 12px;
    font-size: 11pt;
    color: white;
    padding-left: 5pt;
    padding-right: 5pt;
    padding-top: 2px;
    padding-bottom: 2px;

}

#new {
    background-color: hsl(35, 100%, 50%);
}

#improvements {
    background-color: hsl(210, 100%, 60%);
}

#fixes {
    background-color: hsl(120, 100%, 35%);
}

#security {
    background-color: hsl(210, 10%, 60%);
}

#important {
    background-color: red;
    display: inline-block;
    border-radius: 12px;
    color: white;
    padding-left: 5pt;
    padding-right: 5pt;
    padding-top: 2px;
    padding-bottom: 2px;
}
