html {
  position: relative;
  min-height: 100vh;
}

body {
  margin-bottom: calc(8rem);
}

.content {
  display: flex;
  margin: 0 auto;
  min-height: calc(100vh - 8rem);
  justify-content: center;
  align-items: center;
  text-align: center;
}

.title {
  font-family: 'Quicksand', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  display: block;
  font-weight: 600;
  font-size: 100px;
  color: #a5469b;
  letter-spacing: 0.1rem;
}

.subtitle {
  font-family: serif;
  margin-right: -1rem;
  letter-spacing: 1rem;
}

.subtitle-point {
  color: #e4007f;
}

.btn-twitter {
  display: inline-flex;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

.btn-twitter-icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.2rem;
}

.footer {
  position: absolute;
  bottom: 0;
  margin-top: 4rem;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background-color: #f5f5f5;
  text-align: right;
}
