@media (max-width: 768px) {
  header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header #logo {
    display: block;
    margin-bottom: 10px;
  }
  header .subtitle {
    display: none;
  }
}
