body {
    background-color: pink;
     font-family: 'Brush Script MT', cursive;
}

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

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

h1 {
    color: #FF007F;
    text-align:center;
}

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

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

p{
    text-align:center;
}

table{
    margin-left: auto;
    margin-right: auto;
}    
img {
  display: block;
  margin: auto;
  width: 50%;
}

.center {
  display: block;
  margin-left: 400px;
  margin-right: 100px;
  width: 50%;
}