* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    
}

.home {
    background-image: url("https://images.hdqwalls.com/download/synthwave-sun-mountains-4k-op-2560x1440.jpg");
    text-align: center;
    color: white;
}

.home h1 {
    text-align: center;
    color: white;
}

.home nav {
    text-align: center;
    color: white;
}

.store img,
.cart img {
    max-height: 200px;
    height: 100%;
    width: auto;
}

li{
    display: inline-block;
    font-size: 20px;
    list-style: none;
    text-align: center;
    background-color: white;
    margin-right: 20px;
    width: 100px;
    line-height: 50px;
}
.store{
    text-align: center;
    background-image: url("https://images.hdqwalls.com/download/synthwave-sun-mountains-4k-op-2560x1440.jpg");
    color: white;
}
.cart{
    text-align: center;
    background-image: url("https://images.hdqwalls.com/download/synthwave-sun-mountains-4k-op-2560x1440.jpg");
    color: white;
}

.login{
    text-align: center;
    background-image: url("https://images.hdqwalls.com/download/synthwave-sun-mountains-4k-op-2560x1440.jpg");
    color: white;
}

.loginbuttons{
    padding-top: 200px;
}

