/* CSS Reset*/
* {
  margin: 0;
  padding: 0;
 }
body {
    background: linear-gradient(to top left,white,tomato,white);margin: 1em;padding: 0;border: 10px;text-align:center;font-family:Arial;}
h1 {
    text-align:center;font-family:Arial Black;}
div {
    text-align:center;}
header {
    color:tomato;}
nav {
    background-color: black;padding: 1em;text-align: center;text-decoration:cyan;}
a {
    color: tomato;padding: 1em;font-family: sans-serif;font-size: 14pt;text-decoration: none;}
a:hover {
    color: white; background-color: grey; padding: 1em;}
img {
    border-style:solid;border-width:thick;box-shadow:25px 50px;box-sizing:border-box;display:inline-block;}