.shopContainer{
    min-height: 56vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #2D8B86;
    padding-bottom: 400px;
}

.shopContainer button {
    border: none;
    background-color: #E3AA8A;
    font-size: 18px;
    border-radius: 8px;
    color: #FFF8F4;
    padding: 15px;
    width: 256px;
    cursor: pointer;
    outline: none;
  }
  
  .shopContainer button:hover {
    background-color: #2D8B86;
  }