.card-1 {
    border: 3px solid black;
    padding: 5px;
}

.card-2 {
    border: 3px solid black;
    margin-top: 20px;
    padding: 5px;
}

.name-class {
    font-weight: 450;
    font-family: Arial, Helvetica, sans-serif;
}

.name-detail {
    font-weight: bold;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-style: italic;
}

p {
    margin-bottom: 0px;
}

.green-box {
    background-color: rgb(138, 202, 40);
    text-align: center;
    height: auto;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.red-box {
    background-color: red;
    text-align: center;
    height: auto;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.green-box a {
    text-decoration: none;
    color: black;
}

.red-box a {
    text-decoration: none;
    color: white;
}

a h4 {
    padding: 5px 0px;
}

ul.side-menu {
    background-color: rgb(36, 33, 33);
}

ul.side-menu a {
    display: block;
    text-decoration: none;
    color: #fff;
}

ul.side-menu li {
    color: white;
    list-style-type: none;
    line-height: 45px;
    font-weight: 500;
}

.body-container{
    margin: 2rem auto;
}

h4.card-title{
    font-size: 1.1rem;
}

.green-box h4, .red-box h4 {
    font-size: 1rem;
}