a:link, a:visited {
    color: white;
}

h2 {
   color:#F8F9F9
}

table {
   margin-left: auto;
   margin-right: auto; 
   font-family: arial, sans-serif;
   border-collapse: collapse;
   width: 80%;
}

td, th {
   height: 30px;
   color: #F8F9F9;
   font-weight: bold;
   border: 3px solid #ffffff;
   text-align: left;
   padding: 8px;
}


body  {
   background-image: url("../img/html.jpg");
   background-color: #ffffff;
   height: 500px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: 2280px;
   position: relative;
}
