body{
    background-color: slategray;
    text-align: center;
    font-family: sans-serif;
}

.list{;
    clear: both;
    font-size: 1.6em;
    text-align: left;
}

.list a{
    text-decoration: none;
    color: black;
}
.list a:hover{
    color: lightblue;
}
.list ul{
    list-style-type: none;
}
.list p{
    color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
}

.product{
    font-size: x-large;
}

.standardsets{
    float: right;
    padding-right: 10%;
}
.standardsets a{
    font-size: xx-large;
    color: slategray;
}