* {
  box-sizing: border-box;
}

body {
  background-color: #3D3D3D;
  color: #E0E0E0;
  letter-spacing: 4%;
  text-align: center;
}

h1 {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 300%;
  font-weight: bold;
}

h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 350%;
  text-shadow: 2px 20px 10px #000000;
}

h1,
h2
{
  margin-top: 2%;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: initial;
}

img {
  margin-top: -8%;
  width: 100%;
}

footer {
  margin-top: 20px;
  width: 100%;
}



