body,h1 {font-family: "Raleway", sans-serif}

body, html {
  height: 100%;
  padding: 0;
  margin: 0;
}

.bgimg {
  background-image: url('./img/home.jpeg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
h1 {
  margin-top: 150px;
}
a .fa {
  color: #fff;
  font-size: 40px;
  
}
a {
  height: 100px;
  width: 50%;
}
li:hover, li:active {
  border-bottom: 1px solid lightslategray;
}