.cnt {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: fit-content;
}

.title {
  background-color: #0761af;
  text-align: center;
  padding: 6px;
  line-height: 40px;
  color: #fff;
  font-size: 26px;
  width: 90vw;
}

.header {
  padding: 10px;
}

.menu-nav {
  border: 1px solid #0761af;
  padding-top: 20px;
}

/*# sourceMappingURL=styles.css.map */
