.header {
    border-bottom: none;
}
.header .logo h1,
.header .logo span {
    padding-left: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.app {
    display: block;
    padding-left: 35px;
    line-height: 2;
}
.shopping-list {
    background: url(../img/icons8-note-52.png) no-repeat;
    background-size: 25px;
    background-position: left center;
}

#home-content,
#guide-content {
    margin: 0 auto;
    max-width: 600px;
}
#home-content img,
#guide-content img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#home-content img.no-border {
    border: none;
}
#home-content h1,
#home-content h2,
#home-content p {
    text-align: center;
}
#home-content h2,
#guide-content h2 {
    margin: 1rem 0;
}
#home-content p {
    margin-bottom: 6rem;
    color: #666;
}

@media (max-width: 767px) { 
    #home-content,
    #guide-content {
        max-width: 100%;
    }
    #home-content img,
    #guide-content img {
        max-width: 100%;
    }
    #home-content h2,
    #home-content p {
        text-align: left;
    }
    #home-content p,
    #guide p {
        max-width: 100%;
        margin-bottom: 3rem;
    }
}