body {
    background: #f5f5f5
}

.rounded {
    border-radius: 1rem
}

.nav-pills .nav-link {
    color: #555;
    font-weight: bold;
}

.nav-pills .nav-link.active {
    color: white;
    background-color: #03A9F4;
    font-weight: bolder;
}

input[type="radio"] {
    margin-right: 5px
}

.bold {
    font-weight: bold
}