html, body {
  margin: 0;
  height: 100%;
}

.app {
  max-width: 800px;

  color: #444;
  font-size: 13px;
  font-family: system-ui, Arial, sans-serif;
}

.upgrade__content {
  padding: 64px;
  box-sizing: border-box;

  min-height: 100%;
  margin-bottom: -140px;
}

.upgrade__content:after {
    content: '';
    display: block;
    height: 80px;
}

.upgrade__logo {
  width: 96px;
  height: 96px;

  margin-bottom: 16px
}

.upgrade__title {
  margin: 0;

  font-size: 48px;
  font-weight: 100;
  line-height: 48px;
  margin-bottom: 14px;
  color: #1f2326;
}

.upgrade__description {
  line-height: 20px;
}

.upgrade__whats-new {
  padding-top: 16px;
}

.upgrade__link,
.upgrade__link:visited {
  color: #0f5b99;
  text-decoration: none;
  cursor: pointer;
}

.upgrade__link:hover,
.upgrade__link:focus {
  color: #ff008c;
  text-decoration: underline;
}
