html {
  font-size: 1.15em;
  font-family: georgia, serif;
}
.container {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 100px;
}
header {
  margin: 50px 0 0 0;
  text-align: center;
}
header img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}
h1 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.3em;
}
header p {
  font-size: 0.9em;
}
header input[type='number'] {
  width: 50px;
  font-family: georgia;
  font-size: 0.9em;
}
header button {
  background: #FF4136;
  color: white;
  border: 0;
  border-radius: 3px;
  font-family: georgia;
  font-size: 1em;
  padding: 10px 20px 12px 20px;
}
header button:hover {
  cursor: pointer;
  background: #C00802;
}
header button:focus {
  outline: 0;
}
.ipsum-container {
  padding: 50px 0 0 0;
  opacity: 0;
  transition: opacity 1.5s;
}
.show {
  opacity: 1;
}
.dropcap {
  font-size: 60px;
  float: left;
  line-height: 50px;
  margin-right: 8px;
}
.footer {
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #000;
  padding: 15px;
  text-decoration: none;
}
.footer:hover {
  background: #222;
}
.social-share {
  padding-top: 20px;
  display: none;
}

.twitter-share-button {
  position: relative;
  top: 3px;
}

.show-social-buttons .social-share {
  display: block;
}

@media (max-width: 500px) {
  header {
    margin: 0;
    font-size: 0.8em;
  }
}
