.navbar-custom{
    background-color: white !important;
}
.system-list{
    width: 95%;
    margin: auto 70px;
}
.system-div {
    width: 560px;
    height: 320px;
    float: left;
    margin: 20px;
    border: 2px solid #eaeaea;
    padding: 5px;
    border-radius: 5px;
}
.system-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    height: 8%;
}
.system-content {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(145, 145, 145);
    height: 50%;
}
.system-primary-user {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(145, 145, 145);
}
.system-btn {
    text-align: center;
}
.system-url {
    color: rgb(145, 145, 145);
}
