html,body {
  background: #eee;
}

h1 {
  font-size: 40px;
  color: #333;
  text-align: center;
}

h2 {
  font-size: 50px;
  text-align: center;
}

h3 {
  font-size: 30px;
}

.dotdotoverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.secondline {
  text-align: center;
  background: #f3eee7;
  border-radius: 5px;
  border: 2px solid #dbd7d1;
}

.nodecolink {
  text-decoration: none;
  color: inherit;
}

.info-blurb {
  font-size: 14px;
}

.navbtn {
  text-underline-offset: 7px;
}

.subtitle {
  color: #ccc;
}

.blueoutline {
  border-radius: 5px;
  border: 2px solid #f7f7f7;
}

#profile {
  object-fit: cover;
}

#question {
  text-align: left;
}

#og-container {
  max-width: 400px;
  width: 90vw;
  background: #fff;
  border-radius: 30px;
}

.no-button {
  background: #ECBCBC;
  border: 2px solid #db8080;
}

.maybe-button {
  background: #ffefad;
  border: 2px solid #ffe061;
}

.yes-button {
  background: #b6e0c1;
  border: 2px solid #80c993;
}

.chg-button {
  border: 2px solid #f7f7f7;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a[disabled] { pointer-events: none; }