.girly {
    transition-duration: 0.2s;
    background-color: #d8c0c0;
    border: none;
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 100%;
    font-family: ms gothic;
    width: 100%;
}

.pop:hover {
  background-color: #750d5f;
  color: white;
}