body {
    background-color: #FFCBE9 ;
    font-family:fantasy;
}

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

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

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

h1 {
    color: #0096FF;
    text-align:center;
}

h2{
    color: #BF77F6;
    text-align: center;
}

h3 {
    color: #cbc3e3;
    text-align:center;
}

p{
    text-align:center;
}

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

img{
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}
}

.center {
  display: block;
  margin: auto;
}