/* Content styling */

body { background-color: lightblue; font-family: Gill Sans Extrabold, sans-serif; }

p {display: flex; color: darkblue; font-weight: 400; font-size: small; width: 300;}
a {display: flex; color: darkblue; font-weight: 400; font-size: small; width: 300;}

img {float:left; margin-right:100px;}


