  h1 {
    color: yellow;
    font-style: italic;
    font-size: 300%;
    margin-left: auto;
    text-align: center;
}

   h2 { 
     text-align: center;
     font-style: italic;
     color: yellow;
     font-size: 200%; 
}

    p1 {
     text-align: center;
     font-style: normal;
     color: white;
     font-size: 25px;
}

    p2 {
     text-align: center;
     font-style: normal;
     color: limegreen;
     font-size: 25px;
}

  body {
    background-image: url(../img/Car.jpg);
    background-position: 0 0,10px 10px;
    background-size: cover;
    padding: 0px 50px;
    }

  table, th, td {
    border: 1px solid white;
    color:yellow;
    font-size: 20px;
}

 footer {
    padding-top: 200px;
    text-align:center;
    color: white;
    font-size: 15px; 
}