.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: rgb(0, 172, 69);
    color: white;
    padding: 5px 15px;
    font-family: Georgia, serif;
    border-radius: 2px;
}

.recipe-link{
  color: rgb(0, 172, 70);
}
