/* Shared utilities for secondary pages like /now and /resume */
body.content-page {
  display: block;
  min-height: auto;
  text-align: left;
  padding: 20px 0;
}

body.content-page .container {
  margin: 0 auto;
}

.now-actions {
  margin-top: 2rem;
}

.now-actions .link-button {
  font-size: 16px;
  padding: 12px 14px;
}
