.container {
  max-width: 748px !important;
  /* wide variant when the same element also has the 'wide' class */
}
.container.wide {
  max-width: 1400px !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

h1 {
  font-size: 7rem;
  font-weight: 100;
  text-align: center;
  line-height: 0.8;
}

.pointer {
  cursor: pointer;
}

#logo {
  width: 700px;
  max-width: 100%;
  padding-left: 2em;
  padding-right: 2em;
  margin: 0 auto;
}
#logo object {
  width: 100%;
}

.v-card__title {
  word-break: normal !important;
}
