html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    background-image: url(blue-controller-dualshock-18174.jpg);
}
.header {
    background: #272727;
}
.header ul {
    padding: 10px;
}
.header ul li {
    padding: 0px 60px;
}
.header ul::after {
    content: ".";
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    width: 100%;
}
.header ul li {
    list-style: none;
    float: left;
}
.header ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}
.header ul li.logo {
    padding: 0px 250px 0px 180px;
    align-self: center;
}
.header ul li a:link{
    color: white;
}
.header ul li a:visited{
    color: white;
}
.header ul li a:hover{
    color: white;
}
.header ul li a:active{
    color: white;
}
.filter {
    margin: 0px;
    font-size: 20px;
}
/*allows the product to be closer to the nav list*/
.products {
    margin-top: -150px;
}
.products table td {
    padding: 10px;
    text-align: center;
}
/*so that it does not overlap with the filter table*/
.products {
    position:  relative;
    margin-left: 300px;
}
/*gets rid of the underline*/
.products table td a {
    text-decoration: none;
}
.products table td a:active {
    color: #000000;
}
.products table td a:link {
    color: #000000;
}
.products table td a:visited {
    color: #000000;
}
.products table td a:hover {
    color: #f1f1f1;
}
button {
    background-color: #000000;
    color: #ffffff;
    margin: 10px;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color:#ffffff;
    color: black;
}
.footer {
    color: #f1f1f1;
    padding: 18px;
    text-align: center;
    bottom: 0px;
    background: #272727;
    bottom: 0%;
}
