/* site2.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/retaining.jpg);
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0%;
}
h1 {
  background-image: url(../img/grass.jpg);
  background-position: center;
  width: 100%;
  height: 40px;
  margin: auto;
  font-family: 'News Cycle', sans-serif;
}

h3 {
  margin-left: 750px;
  display: inline-block;
  background-color: #22E5BB;
  text-align:left; 
  font-size: 20px;
  vertical-align: middle; 
  padding:10px 10px;>
}

h4 {
  font-family: 'Shadows Into Light', cursive;
  font-size: 15px;
  text-decoration-color: black;
  background-color: #73E5CB;
  text-align:left; 
  vertical-align: middle; 
  padding:10px 10px;
  width: 30%;
  margin-left: 750px;
}

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%;
}

