.class_type_menu {
    width: 100%;
    height: 70px;
    /* display: inline-block; */
    /* word-wrap: none; */
    white-space: nowrap;
    overflow-x: scroll;
    /* padding-left: 20px; */
    /* padding-right: 20px; */

    /* float: left; */
    text-align: center;
}

.class_type_menu_item {
    width: 100px;
    width: auto;
    min-width: 90px;
    height: 50px;
    height: auto;
    
    margin: 5px;
    margin-top: 10px;
    /* background-color: rebeccapurple; */
    display: inline-block;

    background-color: white;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    border-radius: 10px;
}
.class_type_menu_item p {
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
}