body{
    background-color: slategray;
    text-align: center;
    font-family: sans-serif;
}


.product{
    margin-bottom: 8em;
    clear: both;
}

.ProductTitle{
    font-size: 6em;
}

.productInfo{
    clear: both;
    min-width: 60%;
}
.productInfo table{
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
}
.productInfo td{
    color: black;
    font-size: 3em;
    text-align: left;
    padding: 0.2em 0 0.1em 0.2em;
    border: 2px solid black;
    min-width: 50%;
}

.productShortDescription{
    margin: 0.5em 0;
    padding: 0.5em 0;
    border-radius: 0.2em;
    text-align: left;
    font-size: 2em;
    background-color: rgba(0, 0, 0, 0.1 );
}
.productShortDescription ul{
    list-style-type: none;
}
.productShortDescription ul li{
    padding-bottom: 0.5em;
}

.productImage{
    clear: both;
    float: left;
    margin: 0 5% 2em 5%;
    width: 90%;
}
.productImage img{
    width: 100%;
    border-radius: 2%;
}



.productLink{
    clear: both;
}
.productLink a, .productLink a:visited {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    background-color: black;
    padding: 1.4em;
    border-radius: 0.2em;
}    
.productLink a:hover{
    color: darkorange;
}

.dustinLink{
    float: right;
    padding-right: 10%;
}
.dustinLink a{
    font-size: xx-large;
    color: slategray;
}