

body
{
  background-color: lightcyan;
}

ul 
{
  text-align: center;
  background-color: white
}

.Coloring{
  color: mediumblue;
  background-color: white;
  text-align: center;
}

h2 {
  color: mediumblue;
  text-align: center;
}

p {
color: mediumblue;
text-align: right;  
  
}

.align {
  text-align: right;
  
}

img {
  
  
  border-color: black;
  border-width: 4px;
  border-style: solid;
  border-radius: 50px;
  float:left;
}

a 
{
  color: mediumblue;
}

.center
{
  text-align: center;
}