body{
  font-family: Poppins, serif;
  margin-bottom: 60px;
  background-color: #f5f5f5
}

a{
  color: #770F7C;
}

a:hover{
  color: #570b5b;
}

footer a{
  color: white;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #770F7C;
}

.login-box{
  margin-top: 8rem;
  width: 20rem;
}

.edith_logo{
  border-radius: 50%;
}

.card{
  width: 16rem;
  height: 16rem;
  margin-bottom: 25px;
}

.bg-edith{
  background-color: #770F7C;
}

.footer{
  margin-top: 20px;
}

.page-link{
  color: #770F7C;
}

.page-link:hover, .btn-outline-edith{
  border-color: #570b5b;
  color: #570b5b;
}

.page-item.active .page-link, .btn-outline-edith:hover{
  background-color: #770F7C;
  border-color: #570b5b;
  color: white;
}
