body{
    background-color: slategray;
    text-align: center;
    font-family: sans-serif;
}

.homeButton{
    position: absolute;
    top: 0;
    left: 0;
}
.homeButton svg{
    max-width: 2em;
    max-height: 2em;
}

.product{
    margin: 0 10% 0 10% ;
    margin-bottom: 8em;
    clear: both;
}

.ProductTitle{
    font-size: xx-large;
}

.productInfo{
    clear: both;
    min-width: 60%;
    margin: 0 20% 0 20%;
}
.productInfo table{
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
}
.productInfo td{
    color: black;
    font-size: x-large;
    text-align: left;
    padding: 0.2em 0 0.1em 0.2em;
    border: 2px solid black;
    min-width: 50%;
}

.productShortDescription{
    width: 60%;
    margin: 2em 20%;
    padding: 1em 0;
    border-radius: 0.2em;
    text-align: left;
    font-size: large;
    background-color: rgba(0, 0, 0, 0.1 );
}
.productShortDescription ul{
    list-style-type: none;
}
.productShortDescription ul li{
    padding-bottom: 0.5em;
    padding-right: 2em;
}

.productImage{
    clear: both;
    float: left;
    margin: 0 20% 2em 20%;
    width: 60%;
}
.productImage img{
    width: 60%;
    border-radius: 2%;
}
.productImageMultiple{
    clear: both;
    float: left;
    margin: 0 10% 2em 10%;
    width: 80%;
    max-height: 40px;
}
.productImageMultiple img{
    width: 40%;
    border-radius: 2%;
}



.productLink{
    clear: both;
}
.productLink a, .productLink a:visited {
    color: white;
    text-decoration: none;
    font-size: large;
    background-color: black;
    padding: 0.4em;
    border-radius: 0.2em;
}    
.productLink a:hover{
    color: darkorange;
}

.dustinLink{
    float: right;
    padding-right: 10%;
}
.dustinLink a{
    font-size: xx-large;
    color: slategray;
    position: absolute;
    bottom: 0;
    left: 0;
}