html,
body {
    min-height: 100%;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    width: 100%;
}

.mt-for-navbar {
    margin-top: 60px;
}

.service {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0.5rem;
}

.heading {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0.5rem;
    margin-top: 2rem;
}

.z-100 {
    z-index: 100;
}

.clickable:hover {
    cursor: pointer;
    transform: scale(1.05);
}