html,
body {
  height: 100%;
}

body {
  background-color: #fcfcfc;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
    'Helvetica Neue', sans-serif;
  color: #2e2a2a;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.center {
  display: flex;
  align-items: flex-start;
}

.red {
  color: #c90b0b;
}

.b--red {
  border-color: #c90b0b;
}

.hover-b--red:hover {
  background-color: #c90b0b;
}

.blue_dark {
  color: #145e8f;
}

.b--blue_dark {
  border-color: #145e8f;
}

.hover-b--blue_dark:hover {
  background-color: #145e8f;
}

.blue_light {
  color: #308add;
}

.b--blue_light {
  border-color: #308add;
}

.gray {
  color: #2e2a2a;
}

.bg-near-black {
  background-color: #2e2a2a;
}

.logo {
  max-width: 450px;
}

.logosmall {
  max-width: 150px;
}
