.button-class {
    font-size: 14px;
    padding: 6px;
    color: white;
    background-color: rgb(28, 28, 91);
    border-radius: 10px;
}

.button-class:hover {
    background-color: #7367b7;
    cursor: pointer;
}

.oss-text {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(184, 144, 144);
}

.div-body {
    margin-top: 220px;
    margin-left: 160px;
    margin-right: 30px;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
    /* inheritance gets passed down on mostly text properties */
    font-weight: bold;
    overflow-x:hidden;
}

.div-services {
    text-align: justify;
    margin-top: 40px;
    margin-left: 160px;
    margin-right: 30px;
    padding: 20px;
    line-height: 1.2 ;
}

.div-about {
    text-align: justify;
    font-size: 24px;
    margin-top: 40px;
    margin-left: 160px;
    margin-right: 30px;
    padding: 0px;
    line-height: 1.5 ;
}

.div-contact {
    text-align: justify;
    margin-top: 40px;
    margin-left: 160px;
    margin-right: 30px;
    padding: 0px;
}

.contact-container {
    margin-right: 100px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 230px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 80% 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.div-about h2 {
    text-align: center;
}

.grid-container {
    background-color: aquamarine;
    margin-top: 5px;
    margin-left: 0px;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    border-radius: 10px;
    color: rgb(95, 95, 95);
}

.h3-title {
    margin: 0px;
    padding: 10px;
    color: rgb(16, 16, 16);
}
.card {
    border: 1px solid;
    background-color: rgb(238, 250, 254);
    border-radius: 10px;
    
    box-shadow: 5px 5px 21px cadetblue;
    padding: 10px;
    padding-bottom: 31px;
    margin-top: 10px;
    text-align: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}