body {
    background-color: rgb(250, 250, 250);
}

/**Category Box**/
.boxes {
    color: rgb(0, 0, 0);
    font-family: serif;
    font-size: 45px;
    border-radius: 15%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 15px;
    box-shadow: 0 0 25px 3px #272728;
    height: 200px;
}

/**Box Header**/
.boxheader {
    text-align: center;
    margin-bottom: 20px;
    font-family: fantasy;
    font-size: 40px;
    text-shadow: 1px 1px 2px rgb(136, 135, 134), 0 0 .1em rgb(252, 252, 252), 0 0 0.1em rgb(169, 169, 169);
}

.boxes.n-able {
    background-color: rgb(87, 3, 176);
}

.boxes.communications {
    background-color: #e5e5e5;
}

.boxes.security {
    background-color: rgb(153, 0, 0);
}

.boxes.titan {
    background-color: rgb(2, 68, 5);
}

.boxes.remote {
    background-color: rgb(27, 24, 202);
}

.boxlinks {
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    margin-bottom: 8px;
}

.boxlinks a {
    color: rgb(0, 0, 0);
    font-family: 'courier new';
    text-decoration: none;
}

.boxes.security a, .boxes.remote a, .boxes.n-able a, .boxes.titan a {
    color: rgb(254, 254, 254);
}
