body {
    background-color: lightblue;
    font-family:fantasy;
}

ul {
    color:#FFFFFF;
    list-style-type: "";
    text-align:center;
    list-style-position: inside;
}

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

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

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

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

p{
    text-align:center;
    color: #FFFFFF;
}

table{
    color:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
}    


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

big {
    text-align:center;
    color: #FFFFFF;
}