body {
    margin: 0;
    font-family: sans-serif;
    text-align: center;
}

h1 {
    font-size: 40px;
    color: gray;
}

h2 {
    color: dimgrey;
}

/*** CLASSES ***/


.nav-bar ul {
    list-style-type: none;
    padding-left: 0;
    display: inline-block;
}

.nav-bar li {
    display: inline-block;
    padding-left: 20px;
}

.nav-bar a {
    background-color: lightpink;
    display: block;
    width: 400px;
    padding: 10px;
    border-radius: 25px;
    text-decoration: none;
    color: black;
}

.nav-bar a:hover {
    background-color: #d35d6e;
}

.top-container {
    background-color: #fcd1d1;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-us {
    background-color: #ffe8e8;
    padding-top: 50px;
}

.about-will {
    display: inline-block;
    text-align: left;
    line-height: 1.5;
}

.about-asy {
    display:inline-block;
    text-align: left;
    line-height: 1.6;
}

.bottom-container {
    background-color: black;
    padding: 1px 0;
    color: grey;
}

.bottom-container p {
    font-size: 20px;
}


/**** ID'S ****/


#main-logo {
    width: 200px;
}