:root {
  --page-background: #262626;
  --page-text: #e4e46b;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: var(--page-background);
  color: var(--page-text);
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
}

.homepage {
  padding: 24px;
}

.homepage p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.author {
  margin-top: 3.4em !important;
}

.welcome-block {
  margin-top: 7.8em;
}

.welcome-block img {
  display: block;
  width: 48px;
  height: 48px;
  margin-top: 1.5em;
}
