body {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
      Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    margin: 0;
  }
  
  header {
    background: #fff;
    border-bottom: .25rem solid  black;
    padding: 1rem 5vw;
    display: flex;
    align-items: center;
  }
  
  
  header a {
    color:  black;
    font-weight: 800;
    text-decoration: none;
   padding-right: 10px;
  }
  
  main {
    display: none;
    margin: 4rem auto 6rem;
    min-width: 800px;
    max-width: 900px;
    width: 90vw;
  }

  .logo{
    max-width: 25px;
    max-height: 25px;
    /* padding-top: 5px; */

  }
  
  #firebaseui-auth-container {
    font-weight: 800;
    margin: 4rem auto 6rem;
    max-width: 650px;
    width: 90vw;
  }
  
  footer {
    color: #444;
    font-size: 0.875rem;
    text-align: center;
  }
  
  footer a {
    color: inherit;
  }
  
  .products {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    /* margin-top: 2rem; */
    /* grid-auto-rows: 1fr */
  }
  
  .product img {
    width: 400px;
  }
  
  .product input {
    border: 1px solid black;
    border-radius: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0.25rem;
  }
  .product {
    min-width: 400px;

    border: 2px solid  black;
    border-radius: 0.25rem;
    padding: 0.5rem;
  }

  .products{
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    
  }
  
  button {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background:  black;;
    border: none;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25rem;
    margin-top: 0.25rem;
    padding: 0.25rem;
  }

  button:hover {
    background: #fff;
    color:  black;
    border: solid  black;
  }
  
  button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .signout {
    margin: 0 auto;
    display: block;
    /* justify-content: center; */
    margin-top: 1rem;
    background: #fff;
    border: solid  black;
    color:  black;
    width: 30%;
  }

  .signout:hover {
    background: black;
    color: #fff;
    border: none;
  }
  
  select {
    transition: box-shadow 0.2s ease;
    background: none;
    border: 2px solid  black;
    font-size: 1.25rem;
  }
  
  label {
    display: block;
  }
  
  #subscribe,
  #my-subscription {
    display: none;
    min-width: 800px;
  }
  
 

  .prod-body{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
  }
  
  .main-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

  }

  input-button{
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background:  black;;
    border: none;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25rem;
    margin-top: 0.25rem;
    padding: 0.25rem;
  }

  input-button:hover {
    background: #fff;
    color:  black;
    border: solid  black;
  }
  

  