h1{
    font-size: 1rem;
    font-weight: bold;
}
h2{
    font-size: 14px;
}
.bold{
    font-weight: bold;
}
.hidden{
    opacity: 0;
}
.hidden a{
    cursor: pointer;
}
.unbold{
    font-weight: unset;
}