body {
    background: linear-gradient(to bottom, rgb(225 232 131) 0%, rgba(3,75, 82, 0) 100%);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.nav-tabs .nav-link {
    border-radius: 5px;
    color: #578dc6;
    font-weight: 700;
}

.apps_container {
    height: 100%;
    margin: 0 auto;
    width: 90%;
}

.app_container_link {
    display: inline-block;
    padding: 12px 12px 12px 0;
    text-decoration: none !important;
    width: 100%;
}

.app_container {
    background: rgba(255,255,255,0.9);
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: block;
    padding: 7px 12px 7px 12px;
    position: relative;
}

.app_container_img {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 7%;
}

.app_container_img img {
    height: 100%;
    object-fit: cover;
    padding: 12px 12px 12px 0;
    width: 100%;
    max-width: 100px;
}

.app_container_content {
    display: inline-block;
    vertical-align: top;
    width: 90%;
}

.app_container_content h1 {
    display: block;
    color: #272626;
    font-size: 20px;
    font-weight: 700;
    margin: 7px 0 7px 0;
}

.app_container_content span {
    display: block;
    margin: 0 6px 6px 0;
    color: #60874b;
    font-size: 13px;
    font-weight: 700;
}

.app_container_content p {
    display: block;
    position: relative;
    height: 37px;
    overflow: hidden;
    color: #424242;
    font-size: 16px;
}