:root
{
    background-color: pink;
    background-repeat: repeat;
    color: blue;
}
@font-face
{
    font-family: supershiny;
    src: url("fonts/SuperShiny.ttf")
}
@font-face
{
    font-family: sunnyspells;
    src: url("fonts/SunnySpells.ttf")
}
iframe
{
    scrolling="no";
}
h1
  {
    font-family: supershiny;
      font-size: 50pt;
      color: light-blue;
      text-align: center;
  }
  h2
  {
    font-family: sunnyspells;
    font-size: 25pt;
    text-align: center;

  }
h3
{
  font-family: supershiny;
    font-size: 30pt;
    text-align: center;
}
li
{
    font-family: sunnyspells;
      font-size: 15pt;
      color: light-blue;
}
p
{
    font-family: sunnyspells;
    font-size: 15pt;
        color: green;
    text-align: center;
}
td, table, ul, li
{
    font-family: sunnyspells;
    font-size: 20pt;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    class: center;
}
img
{
  height: 100pt;
}
a
{
    text-align: center;
}
div
{
  text-align: center;
  color: blue;
}
table, th, td {
        border: 2px dashed green;
        padding: 5px;
    text-align: center;
}
section
{
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}
