/* Bullet Lists Color */
#page-container {
    font-size:20px;
  width: 100vw;
  padding: 40px;
  text-align: center
}

/* Header 1 Style/Color */
h1 {
  color:#439FEC;
  text-align: center;
  font-size: 50px;
  font-style:italic;
}

/*Header 2 Style/Color */
h2 {
  color:#51AEE4;
  font-style:italic;
  font-size:35px;
}

/*Header 3 Style/Color */
h3 {
  color:#9D6FE3;
  font-style:italic;
}

/*Paragraph Style/Color */
p
{
  font-style:italic;
  font-size:20px;
  color:#5D292D;
}

  /* Background */
body{
  background: linear-gradient(to left,#FC0303,#E08327);
}

/* Align the Bulletpoints that are centered */
ul {
  color: black;
  list-style-position: inside;
}
ul {
  color:#76DEC7;
  display: table;
  margin: 0 auto;
  text-align: left;
}  

/* Aligns NUMBERED list/Color */
ol {   
   display: table;
  margin:20px;
  text-align: left;
  color:#76DEC7;
  list-style-position: inside;
  padding: 40px;
}