/*Most styling can be found with bootstrap on the index page. These are styles I did myself*/

main {
    background-color: rgb(238, 248, 255);
}

section {
    background-color: white;
    margin: 10px;
    margin-left: 150px;
    border: 1px solid rgb(168, 168, 168);
    border-radius: 10px;
}

#slogan {
    margin-left:30px;
    font-style: italic;
    font-size:20px;
}