.well {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
#main-menu {
    padding: 5px;
}
button {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}
#shop-button {
    font-size: 14px;
}
li {
    list-style-type: none;
}
h1 {
    font-size: 24px;
}
.small-btn {
    font-size: 14px;
}
html {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Arimo', sans-serif;
}