body {
  background:url('/static/FedExField01.jpg');
  background-position:center;
  background-size:cover;
}

.logo {
  width:500px;
  margin:auto;
  margin-top:250px;
}

img {
  width:500px;
  background:rgba(50,50,50,0.3);
  border-radius:50%;
  margin:0 auto 0;
}

.footer {
  margin-top:200px;
  background-color:rgba(50,50,50,0.5);
  height:90px;
  width:100%;
  text-align:center;
}

.footer h5 {
  color:goldenrod;
  font-family:sans-serif;
  padding-top:35px;
  font-size:18px;
  text-shadow:#000000 1px 1px;
}

.footer a {
  color:maroon;
  text-decoration:none;
}

.footer a:hover {
  color:goldenrod;
}
