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;
}
.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;
}

.ps4 {
    background-image: url(blue-controller-dualshock-18174.jpg);
    border-bottom: 1px solid black; 
}
/*gives the paragraph a certain limit*/
.ps4 p{
    margin: 20px;
    width: 20%;
    float: left;
}
.switch {
    background-image: url(arcade-buttons-design-371924.jpg);
}
/*gives the paragraph a certain limit*/
.switch p{
    margin: 20px;
    width: 20%;
    float: right;
    color: #ffffff;
}
.xbox {
    background-image: url(controller-game-gaming-59966.jpg);
}
/*gives the paragraph a certain limit*/
.xbox p {
    margin: 20px;
    width: 20%;
    float: left;
}
.footer {
    color: #f1f1f1;
    padding: 18px;
    text-align: center;
    bottom: 0px;
    background: #272727;
    bottom: 0%;
}
