.title-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  font-size: 3rem;
  font-weight: 800;
}

.store-text {
  padding-top: 0;
}

.back-link-store {
  position: fixed;
  margin-left: 70px;
  margin-top: -40px;
  font-size: 1.1rem;
  text-decoration: none;
  color: inherit;
}

  a.button {
    background-color: black;
    color: rgb(255, 255, 255, .8); 
    text-align: center;
    padding: 15px;
    transition-duration: 0.4s;
    text-decoration: none;
    border-radius: 2px;
    border-color: white;

    width: 6rem; 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    font-size: 1.2rem; 
    font-weight: 100; 
    padding-top: 0.5rem; 
    padding-bottom: 0.5rem; 
    padding-left: 1rem; 
    padding-right: 1rem;
}

a.button:hover {
  background-color: rgb(255, 255, 255, .8);
  color: black;
  cursor: pointer;
}



