/* 


# is ID 
. is CLASS 


*/
body {
    background-color: rgb(32, 32, 32);
    margin: 0;
    color: #ffffff;
    font-family: sans-serif;
}

a {
    color: #ffffff;
}

.underline {
    text-decoration: underline;
    text-underline-offset: 10px;
}
.centerimg {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.aboutus h1 {
    margin-left: 5%;
    margin-top: 1%;
    font-size: 350%;
}

.aboutus p {
    padding-top: 3%;
    margin-left: 5%;
    margin-top: 1%;
    font-size: 150%;
}

#aboutimage {
    float: right;
    width: 500px;
    height: 550px;
    margin: 3%
}

.services h1 {
    margin-left: 5%;
    margin-top: 1%;
    font-size: 350%;
}

.services p {
    padding-top: 3%;
    margin-left: 5%;
    margin-top: 1%;
    font-size: 150%;
}

.services ul {
    margin-left: 5%;
    margin-top: 1%;
    font-size: 130%;
    padding-left: 5%;
}

.services li {
    padding-top: 1%;
}

#serviceimage {
    float: right;
    width: 500px;
    height: 550px;
    margin: 3%
}

.services {
    padding-top: 20%;
}

.last {
    margin-left: 5%;
    margin-top: 20%;
    font-size: 200%;
}

#lastcontactus {
    text-align: center;
    padding-top: 100px;
}

#lastimg {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lastlinks {
    text-align: center;
}

.lastlinks a {
    padding: 2.9%;
    text-decoration: none;
    font-size: 150%;
    /* display: inline-bloc50 */
}