:root {
  
  --blue: #445878;
  --blue--dark: #31353d;
  --blue--lightest: #eeeff7;
  --teal: #92cdcf;

}

body {
  min-height: 100vh;
  width: 100cqi;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.container--page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  width: 100vw;
}

.container--content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  max-width: 840px;
  padding: 1.25rem 1.75rem;
  gap: 1.25rem;
  height: auto;
  background: var(--blue--lightest);
  border-radius: 1rem;
  border: 1px var(--blue--lightest);
}

.row {
  display: flex;
  column-gap: 1.25rem;
}

.fab,
.fas {
  color: var(--blue);
}

a:link,
a:visited {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  color: var(--blue--dark);
  text-decoration: none;
}

.rsnt_mark {
  width: 128px;
  height: auto;
}