html,body,#app{display:flex;flex-direction:column;margin:0;height:100%;width:100%}#root{display:flex;flex-direction:column;align-items:center;height:100%}#navbar{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;margin:2rem}#options>ul{display:flex;flex-direction:row}ul{padding:0}p,h2,h3,li,label{font-family:Arial,Helvetica,sans-serif}h1{font-size:36px;font-family:Arial,Helvetica,sans-serif;margin:0}li{margin:10px;list-style-type:none}a:link,a:visited,a:hover{text-decoration:none}.navLink:hover,.sidebarItem:hover,.remove:hover{text-decoration:underline}#titleText:hover,a:active{text-decoration:none}.activeSidebar{cursor:pointer;text-decoration:underline}button,input[type=submit],input[type=reset]{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}button:active{min-height:22px;min-width:116px;transform:translate(-2px)}button:hover{background-color:#4b4b4b}#sidebar{width:20%;display:flex;padding-top:80px}#shop{display:flex;flex-direction:column;width:90%;justify-content:center}#displayProducts{display:flex;flex-direction:row;flex-wrap:wrap;margin:6rem 0 4rem}.productCard{display:flex;flex-direction:column;margin:1rem}.productImage{height:200px;width:300px}#productDesc{display:flex;flex-direction:column}.productOptions{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#homeInput{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80%}#ageInput{margin:1rem;width:7rem}#homePage{display:flex;flex-direction:row;justify-content:center;height:100%;background-size:cover}#ageForm{display:flex;flex-direction:column;align-items:center;justify-content:center}#shopPage{display:flex;justify-content:center;align-items:flex-start;margin:2rem}a{color:inherit}.sidebarItem{cursor:pointer}button{background:black;color:#fff;font-family:Arial,Helvetica,sans-serif;min-height:24px;min-width:120px}select{border:1px solid black;min-height:24px;min-width:80px}select:focus{outline:none}.name,label{font-size:14px;color:#323232}.productName{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}.break{width:100px;height:5px;background-color:#000;flex-grow:1;margin-right:10px}#selected{text-decoration:underline}#shop>h2{margin-left:1rem}#displayCart{display:flex;flex-direction:column;margin:0 15rem}#cartItems{display:flex;flex-direction:column}#displayCart>li{width:100%}.cartInfo{display:flex;flex-direction:row;align-items:center}.cartInfo>p{margin:0 2rem}.cartImage{height:80px;width:120px}#subtotal>div{display:flex;justify-content:space-between;margin-right:2rem;text-align:end;font-weight:700}#displayCart>h2{margin-left:10px}.remove{cursor:pointer}#aboutPage{display:flex;flex-direction:column;margin:0 15rem}#homePage>h2{color:#fff;position:absolute;top:10rem;left:2rem}#homePage>h3{color:#fff;position:fixed;bottom:1rem;left:2rem}
