* {
  font-family: 'Nunito Sans', sans-serif;
  box-sizing: border-box;
}

html,
body {
    height: 100%;
}

.top-bar {
  background-color: #0098DA;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
