* {
  background-color: #282a36;
  color: #f8f8f2;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

body {
  height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div#company-name {
  margin-top: 24px;

  display: flex;
  flex-direction: row;

  font-size: 72px;
  font-weight: 700;
}

div#sixty-one {
  color: #8be9fd;
}

div#company-description {
  margin-top: 24px;
  padding: 0 8px;

  text-align: center;
  font-size: 20px;
  font-weight: 200;
}

div#footer {
  margin-bottom: 24px;

  font-weight: 200;
}