#footer{
  font-family: 'SociallyFontThree';
  font-weight: bold;
  background: #D0F8FF;
  width: 100%;
  height: 400px;
  color: #5A82FF;
}

.left-side-list{
  list-style: none;
  float: left;
  padding: 20px;
}

.left-side-list li{
  font-size: 18px;
  margin-bottom: 20px;

}

.footer-link{
  color: #5A82FF;
  text-decoration: none;
}

.right-side-list{
  list-style: none;
  float: right;
  margin-right: 70px;
  padding: 20px;
}

.right-side-list li{
  font-size: 18px;
  margin-bottom: 20px;
}

.domain-email{
  width: 300px;
  height: 50px;
  color: #5A82FF;
}

.domain-email img{
  width: 40px;
  height: 40px;
  float: left;
  margin-top: -15px;
  filter: invert(100%) invert(39%) sepia(86%) saturate(948%) hue-rotate(205deg) brightness(105%) contrast(101%);
}

.domain-email span{
  float: left;
  margin-left: 10px;
  margin-top: -10px;
}

.people-drawing-image{
  width: 100%;
  height: 93px;
  margin-top: -120px;
  background-image: url("/assets/people_drawing_for_socially-97020c5c.png");
}

.contact-us-link:hover{
  color: #565656;
}

.privacy-policy-link:hover{
  color: #565656;
}

.terms-and-conditions-link:hover{
  color: #565656;
}

.how-to-use-link:hover{
  color: #565656;
}

.domain-email:hover{
  color: #565656;
  filter: brightness(0) saturate(100%) invert(35%) sepia(0%) saturate(15%) hue-rotate(74deg) brightness(94%) contrast(97%);
}

@media only screen and (max-width: 600px) {

  .right-side-list{
    float: left;
    width: 80%;
    margin-right: -30px;
  }

  .left-side-list{
    float: left;
  }


  #footer{
    width: 100%;
    height: 700px;
  }


}
