body {
	background-color: #fafafa;
	font-size: 120%;
}

h1 {
	background-color: #C2185B;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
a{
	color:white;
}
h2 {
	font-family: 'Righteous', cursive;
}

p {
	text-align: justify;
	font-family: 'Nunito', sans-serif;

		
}
footer{
  background-color: black;
	color:white;
  }

strong {
	color:#424242;
}

 img {
      position: relative;
      float: right;
  }
ul{
	
	text-align: center;
	color: #FFFFFF;
	background-color: purple;
	 position: relative;
      float: right;
      	height: 300px;
		width: 250px;

}


