#addtocartbutton {
    color: #FFFFFF;
    height: 40px;
    font-family: ;
    background-color: #d0021b;
    border: none;
    font-size: 1rem;
    border-radius: 3px;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
    cursor: pointer
  }
  #addtocartbutton::before {
    content: 'BUY INGREDIENTS';
  }
  #addtocartbutton::after {
    position: fixed;
    opacity: 0%;
    content: ' opens a new modal window link';
  }