body {
  background-color: #f0f1f9;
  color: #212545;
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

a {
  color: #127597;
  text-decoration: none;
}

a:hover {
  color: #189dc9;
  text-decoration: underline;
}

.topbar {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  height: 60px;
  justify-content: space-between;
  max-height: 60px;
  padding: 0 16px;
}

.topbar .logo {
  display: inline-block;
  height: 44px;
}

.topbar .links {
  display: flex;
  align-items: center;
}

.topbar .links a {
  margin-left: 16px;
}

.container {
  max-width: 600px;
  margin: 0 auto;
}
