body {
  background-color:#eef3f8;
  color: #22314a;
  font-family: 'Akshar', sans-serif;
  font-size: 18px;
  margin: 0;
}

#container {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#toaster-root {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
