/* site.css */
header, footer {
  background-color: #C0C0C0;
  float: center;
  border: solid 1px black;
  font-family: 'Raleway', sans-serif;
}

footer {
  padding: 10px;
  border-radius: 3px;
}

body {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 14px;
  background-color: black;
  background-image: url(../img/hardscape.jpg);
  background-repeat: no-repeat;
  background-position: center -30%;
  bottom: 0%;
}

h1 {
  background-image: url(../img/grass.jpg);
  background-position: center;
  width: 100%;
  height: 40px;
  margin: auto;
  font-family: font-family: 'News Cycle', sans-serif;

}

a {
  background-color: #48DCBF;
  font-family: 'Gudea', sans-serif;
  color: white;
  display: inline-flex;
  border: thick;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  font size: 20px;
  width: 5%;
}

footer {
  font-family: arial;
  font-size: 20px;
  position: absolute;
  left: 32%;
  bottom: 0%;
  width: 35%;
  height: 40px;
}








