body
{
  padding: 0;
  margin: 0;
  background-color: #e1e1e1;
}

.center-middle
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo
{
  width: 75%;
  max-width: 10rem;
}

.store
{
  width:50vw;
  max-width: 300px;
  cursor: pointer;
  border: #9b9b9b solid 1px;
  border-radius: 2rem;
  /*height: 100%;*/
}
