
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td, th {
      border-width: 1PX;
      border-style: solid;
      padding: 5px;
    }

    body {
      font-family: timesnewromain;
      background-image: url(../img/background.PNG);
    }

    .header {
      align-content: center; 
     }

    .links {
      text-align: center;
      font-size: 25px;
    }

    .aboutblock {
      background-color:#F4F9F5;
      width: 989px; height: 525px;
      padding: 5px;
    }
    .detailing {
     background-color:#F4F9F5;
     width: 989px; height: 550px;
     padding: 5px; 
    }
    .repairs {
     background-color:#F4F9F5;
     width: 989px; height: 550px;
     padding: 5px; 
    }
    .home {
     background-color:#F4F9F5;
     width: 989px; height: 550px;
     padding: 15px; 
     font-size: 20px;
    }
    .forsale {
     background-color:#F4F9F5;
     width: 989px; height: 925px;
     padding: 15px; 
     font-size: 20px;
    }

    .video  {
      align-content: center;
     }

    #span {
      background-color:#F4F9F5;
      padding: 10px;
      border: solid 5px black;
       
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

  