.blue {
    color: blue;
}

#home_list {
    width: 100%;
    height: 120px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 10px;
}

.home-item {
    margin: auto;
    text-align: center;
}

.display-head {
    font-size: 24px;
    font-weight: bold;
    line-height: 3;
}

.display-list {

}

.display-item {

}