/* Increase global font size */
body {
    font-size: 18px;
}

/* Service titles */
.service-name {
    font-size: 20px !important;
}

/* Service descriptions */
.service-description {
    font-size: 16px !important;
}

/* Section headers (Portfolio, Code, etc) */
.group-title {
    font-size: 25px !important;
}

/* Top header text */
.header {
    font-size: 22px !important;
}

/* Bigger service cards */
.service-card {
    padding: 10px !important;
}


/* Bigger icons */
.service-icon {
    width: 50px !important;
    height: 50px !important;
}
