body {
    background-color: black;
    padding-top: 3.5rem;
    color: grey;
    text-align: center;
    font-family: "Montserrat", serif;
    font-size: 100%;
}

p {
    margin: 0.1rem;
    font-size: 0.9rem;
}

section {
    margin: 0.1rem;
    font-size: 0.8rem;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 7rem;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #3e3e3e;
    padding: 0;
}

h2 {
    font-weight: 300;
    color: #dedede;
    font-size: 1.5em;
}

h3 {
    font-weight: 300;
    font-size: 1.2em;
}

address {
    font-style: normal;
}

a {
    color: grey;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.products {
    padding: 12px 5px 12px 5px;
    margin-bottom: 5px;
}

.product {
    display: inline-block;
    height: 2.3em;
    margin: 0px 15px 0 15px;
}

@media (max-width: 600px) {
    section {
        font-size: 1.2rem;
        margin: 0.1rem;
    }

    hr {
        margin-bottom: 5rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    .center {
        width: 90%;
    }

    .product {
        display: inline-block;
        height: 2.2rem;
        margin: 0.5rem 0.5rem 2.5rem;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    .center {
        width: 80%;
    }

    section {
        font-size: 1rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    hr {
        margin-bottom: 5rem;
    }
}