body {
  background-color: #03dbfc;
  text-align: center;
}

h1 {
  color: red;
}

b {
  color:red;
}

ul {
  list-style-position: inside;
}