* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home {
    background-color: #435165;
}

.home h1 {
    text-align: center;
    color: white;
}

.home nav {
    text-align: center;
    color: white;
}

.store img {
    max-height: 200px;
    height: 100%;
    width: auto;
}