a#buttonC{
  background-color: #7289DA;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
p{
	color: white;
}

a{
  color: #7289DA;
}
p{
color: white;
}

h1{
color: white;
}

h2{
color: white;
}
h3{
color: white;
}
h4{
color: white;
}
h5{
color: white;
}
li{
  list-style: none;
  color: white;
  }

ol{
  list-style: none;
  color: white;
}
ul{
  list-style: none;
  color: white;
  }
body{
background-color: #2C2F33;
}
footer{
color: white;
}
