body {
    font-family: sans-serif;
    background-color: aliceblue;
    font-size:16px;
}
h{
    font-size: 24px;
}
img{
    width: 400px;
    height: 400px;
}
button{
    width:100px;
    height: 40px;
    background-color: cornflowerblue;
    color: aliceblue;
    border-color: darkblue;
}
.color-box{
    width:40px;
    height: 40px;
    
}
.disabledButton{
    background-color: gray;
}
.outOfStock{
    text-decoration: line-through;
}
.cart{
    width:100px;
    height: 40px;
    background-color:#ccc;
  
    text-align: center;
    line-height: 40px;
}
.tab{
   float: left;
    width:200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    
}
.activeTab{
    color: cadetblue;
}