/*work please*/
body {background-image: url('sprite/bgpurplever.png'); font-family: Arial, Helvetica, sans-serif;}  
h1 {background-color: #8E74A3; color: #FFFBF2; width: 50%; text-align: center; padding: 10px; margin: auto; border-radius: 25px;}

article {background-color: #DED8E8; color: #58437A; width: 50%; height: auto; padding:20px; margin: auto; text-align: left; border-radius: 25px;}
footer {background-color: #58437A; color: #FFFBF2; width: 50%; margin: auto; padding:5px; text-align: center; border-radius: 25px;}
nav {background-color: #8E74A3; width: auto; float: left;} /* Create two columns/boxes that floats next to each other */
nav ul {list-style-type: none;} /* Style the list inside the menu */
section::after {content: ""; display: table; clear: both;}
