.ladies-college {
    background-color:#fbe0e0;
    size: 2rem;
}

.footer {
    padding:1rem;
}

a:link, a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color:black;
  transition: all 1s ease;
  padding:3px;
}

.label {
    color: #fbe0e0;
}