* {
    margin: 0;
    padding: 0;
}

header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 3em;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}

main {
    margin-bottom: 10em;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

footer {
    border-top: 1px solid #ccc;
    text-align: center;
    color: #aaa;
    padding-top: 1em;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5em;
}

div#title {
    margin-bottom: 5em;
}

img#title {
    width: 500px;
    align-self: center;
    border-radius: 10px;
}

div#products {
    text-align: center;
}

h1{
    margin-bottom: 2em;
}