/* Body */
main {
    background-image: linear-gradient(to right, rgba(12, 158, 243, 0.918), #00BCE7, rgb(108, 228, 255));
    clip-path: polygon(0% 0%, 100% 0%, 100% 520px, 0% 600px);
}
#space {
    height: 50px;
}
#cart {
    width:50px;
    float:right;
    transition: all 9s;
}
#imgDiv {
    width: 100%;
    height: 50px;
}
div#firebaseui-auth-container:hover + div >img {
    padding-right: 95%;
}

/* Apply these styles when the width is < 500 px */
@media (max-width: 500px) {
    header>div>h1{
        display:none;
        width:auto;
    }
}