  .recipe-container {
    border: solid black 2px;
    padding: 10px;
    display: flex;
    width: 50%;
    flex-direction: column;
    margin:auto;
  }

  ul {
    list-style: none;
    margin-top: -10px;
  }

  li {
    padding-bottom: 15px;
  }

  .recipe-header {
    text-align: center;
  }

  .recipe-item-header {
    font-size: 20px;
  }

  .recipe-text {
    width: 80%;
    font-size: 16px;
    margin:auto;
  }
  .seasons { 
    display: flex;
    gap: 10px;
    justify-content: center;
  }