* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  /* color:  #EEEFE0; */
}


body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
       background: linear-gradient(to bottom, #4691C3, rgba(0, 0, 0, 0.7));
  
}

.bold{
   font-weight:bold;
}

h1{
    font-size: 50px;
}

.liquidation{
    font-size:35px;
}

.signoff{
    font-size: 25px;
}

.container{
    border: solid #42c9f1 3px;
    margin: auto;
    /* display:grid;
    place-content: center;
    /*max-width: fit-content;
    margin: auto auto;*/
    justify-items: center;
    padding: 50px;
} 

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


li {
  font-weight: 500;
  padding: 1rem;
  text-align: center;
  width: 100%;
  max-width: 40rem;
}

.store-location{
  padding: 0;
}