@font-face  {
  font-family: 'Poiret One', cursive;
  src:url(PoiretOne-Regular.ttf) format("ttf")
}

* {
  font-family:'Poiret one';
}

#HTML {
   margin-left: 302px;
   text-shadow: 2px 2px lightgrey;
}

.CSS {
  margin-left: 970px;
  margin-top: -450px;
  line-height: 35px;
  text-shadow: 2px 2px lightgrey;

}

#Title {
     text-align: center;
     background-color: rgb(228, 228, 228);
     text-shadow: 2px 2px darkgrey;
}

table, th, td {
    border: 1px solid darkgrey;
    border-collapse: collapse;
  
  }
  th, td {
    padding: 5px;
    text-align: center;
    background-color: rgb(223, 242, 243);
   
 
  }
   
  h4 {
      margin-left: 300px;
     

  }
  
 #Table2 {
     margin-left: 65px;
 }

 .vl {
    border-left: 1px solid rgb(0, 0, 0);
    height: 700px;
    position: absolute;
    left: 52%;
    margin-left: -3px;
    top : 80px;
 }

 #Cssproperties {
   margin-left: 910px;
 }

 #Cssbody {
  margin-left: 710px;
  margin-top: 80px;
  line-height:40px;
  background-color: rgb(223, 242, 243);
  padding: 50px;
  border: 1px solid darkgrey;
 }

 img {
   margin-left: 720px;
   width: 600px;
   height: 400px;
   border-radius: 5%;
   box-shadow: 7px 7px darkgrey;
 }

 #htmlimage {
   margin-left: 50px;
   margin-top: -400px;
 }

 ol {
   font-size: 17px;
 }

