#set-wrapper .field {
  width: 100%;
  text-align: center;
}

#set-wrapper #show-code {
  cursor: pointer;
}

#cards-wrapper {
  text-align: center;
}

#cards-wrapper img {
  max-width: 100%;
  border-radius: 10px;
  width: 200px;
  margin: 10px;
}

#growl-notification {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 250px;
  max-width: 100%;
  opacity: 0;
  transition: opacity 2s;
}

#growl-notification.show {
  opacity: 0.85;
}
