footer {
  background-color: #d6d7d8;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-weight: 100;
  font-size: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  cursor: pointer;
  font-weight: 300;
}
.footerBlockOne {
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.footerBlockTwo {
  height: 15%;
  padding: 10px;
  font-size: 0.8rem;
}
.footerContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  font-weight: 400;
}
.footerTitle {
  margin-bottom: 10px;
}
.socialIcon {
  font-size: 1.8rem;
  padding: 0 1rem 0 0;
  transition: 0.2s;
}
.socialIcon:hover {
  color: #398cb3;
}
.footerLogo {
  position: absolute;
  opacity: 0.05;
  margin-top: 2%;
}
