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;
}
/*gets rid of the underline*/
.faq {
    margin: 50px;
    float: left;
}
.faq a {
    text-decoration: none;
}
/*Distingiush between visited and not*/
.faq a:hover {
    color: #000000;
}
.faq a:link {
    color: #3B5998;
}
.faq a:active {
    color: #000000;
}
.faq a:visited {
    color: #000000;
}
.qs ul li{
    list-style: none;
    border: 1px solid black;
    padding: 10px;
    border-radius: 15px;
    width: 100px;
}
.problem ul li {
    list-style: none;
    float: left;
    width: 250px;
    margin: 50px;
    padding: 30px;
    border: 1px solid black;
    border-radius: 20px;
    background: #125688;
}
.xbox-problem {
    list-style: none;
    float: left;
    width: 250px;
    margin: 50px;
    padding: 30px;
    border: 1px solid black;
    border-radius: 20px; 
    background: #125688;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 50px;
}
.fa-facebook {
    background: #3B5998;
    color: white;
}
.fa-twitter {
    background: #55ACEE;
    color: white;
}
.fa-instagram {
    background: #125688;
    color: white;
}
.contactus {
    margin-top: 87px;
}
.contactus button {
    background-color: black;
    color: white;
    padding: 22px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px;
}
.contactus a{
    text-decoration: none;
}
.footer {
    color: #f1f1f1;
    padding: 18px;
    text-align: center;
    bottom: 0px;
    background: #272727;
    bottom: 0%;
}