nbsp 0.0.1

non-breaking space: a thoughtful community forum platform
/* Reset browser default styles */
html {font-size:62.5%;}
body {font-size:1.6rem;}
ol, ul, li, p, h1, h2, h3, h4, h5 {margin:0;padding:0;}
/* - */

a {
  color: #19f754;
}

body {
  background-color: #2c2c2c;
  color: #ffffff;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.page-header {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: min-content auto;
  grid-template-rows: auto auto;
  margin-bottom: 10px;
  margin-top: 10px;

  .logo {
    align-self: center;
    border-radius: 4px;
    box-shadow: 0 0 4px 0px #000000;
    grid-row: span 2;
    height: 48px;
  }

  .title {
    align-self: flex-end;
    font-size: 2.8rem;
  }

  .subtitle {
    align-self: flex-start;
    font-size: 1.6rem;
  }
}

.homepage-notice {
  background-color: #ffc10711;
  border: 1px solid #ffc107;
  border-radius: 4px;
  padding: 10px;
}