.hidden {
    display: none;
}
.visable {
    display: flex;
}
.bold {
    font-weight: bold;
}
