.system {
    display: flex;
    margin-bottom: 20px;
}

.system-image {
    width: 648px !important;
    height: 391px;
    margin-right: 20px;
}

.title {
    color: aliceblue;
}

.stitle {
    color: #5df50f;
}

.system-details {
    flex-grow: 1;
    color: aliceblue;
}

.pbutton {
    background-color: #5df50f;
    border-radius: 5px;
    border: none;
    width: 100px;
    height: 35px;
}

.pbutton:hover {
    background-color: #5df50f !important;
    color: black !important;
    box-shadow: 0px 0px 10px 10px #5df50f;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #5df50f;
    margin: 15% auto;
    padding: 10px;
    border: 3px solid #888;
    width: 80%;
    box-shadow: 0px 0px 10px 10px #888;
}

.close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #888;
    ;
    text-decoration: none;
    cursor: pointer;
}