body {
  font-family: Helvetica, Arial, Verdana;
  text-align: center;
  background: url('../img/background.jpg') no-repeat; }

#my-memorygame {
  margin: auto;
  width: 100%; }

.text-style1 {
  font-size: 14pt;
  color: #56605f;
  font-weight: normal;
  text-shadow: 1px 1px 1px #fff;
  margin: 0;
  line-height: 24pt; }

.reset-button {
  margin: 0 0 1.5em 0; }

.course {
  color: #0063DF; }

.card-holder {
  width: 12rem;
  height: 12rem;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: blue;
  color: white;
  display: inline-block; }

.quizy-mg-item {
  width: 156px;
  height: 156px; }

/* Mobile */
@media screen and (max-width: 40em) {
  .course {
    font-size: 0.75em; }

  .footer {
    font-size: 0.5em; }
 }

