* {
  box-sizing: border-box;
  font-family: Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.allColumns {
    float: left;
    width: 20%;
    padding: 30px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 768px) {
  .allColumns {
    width: 100%;
  }
}

/*html {
        background-image: url("../assets/images/frightful_musicians.jpg");
        background-repeat: no-repeat;
        background-size: cover;
}*/

body {
        background:  #ffffff;
        font-family: sans-serif;
}

h1 {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
}

p {
    text-align: center;
    font-family: sans-serif;
}

/*.credits {
  text-align: left;
  font-size: 75%;
  padding: 30px 0 30px 30px;
}*/

a.stores {
   text-decoration:none;
   font-weight:bold;
   color: #805500;
   font-family: sans-serif;
}
