body {
  /* max-width: 1000pt; */
  display: flexbox;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  margin: auto;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

.optionCard {
    border: 1px solid #444;
    height: 100%;
    min-width: 185px;
    cursor: pointer;
    position: relative;
}

.hasOptionCard {
    min-width: 220px;
    max-width: 268px;
}

.bottom-labels {
    position: absolute;
    bottom: 0;
  }

.dietIcon {
  width: 34px;
  height: auto;
}

.hasDietIcons {
    margin: auto;
    width: 90%;
}

.mainLogo {
    max-width: 400px;
    width: 70%;
}

.logout {
    position: fixed;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

@media (min-width: 768px) {
}


