body {
    background-color: #4de4d2;
    font-family:Fantasy;
}

ul {
    list-style-type: "😍";
    text-align:center;
    list-style-position: inside;
}

ol{
    text-align:center;
    list-style-position: inside;
}

h1 {
    color: #196f3d;
    text-align:center;
}

h2{
    color: #196f3D;
    text-align: center;
}
   
h3 {
    color: #196f3d;
    text-align:center;
}

p{
    text-align:center;
}

img {
  display: block;
  margin: auto;
  width: 50%;
}

table{
    margin-left: auto;
    margin-right: auto;
}    



.center {
  display: block;
  margin-left: auto;
  width: 50%;
  
}