/*
 * Your global styles here
 */
html,
body {
    height: 100%;
}

html {
    background: white;
}

body {
    margin: 0;
}

.ServiceSection{
    background-color: #d4d4d4;
}
.ServiceSection h3{
    font-weight: bold;
    font-size: 36px;
    border-left: #20cd8d;
    text-align: center;
    border-style: solid;
    border-bottom: #fcf7f2;
    border-top: #fcf7f2;
    border-right: #fcf7f2;
    border-width: .5rem;
}
.ServiceSection p{
    font-size: 18px;
}