body
{
  background-color: lightblue;
}

h1
{
  color: red;
  text-align: center;
}

h2 {
  color: white;
  border-style: double;
  border-color: blue;
  background-color: red;
  width: 200px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: fit-content;
}

h3
{
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
  color: green;
}

ol {
  color: black;
  font-family: cursive;
}

ul {
  color: black;
  font-family: cursive;
}


table
{
  border-color: blue;
  border="3";
  display: flex;
  justify-content: center;
}
