* {
  font-family: "sans-mbk", Myriad Pro, Myriad, Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: "myfont";
  src: url(../fonts/myfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

.flex-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-row-sb {
  display: flex;
  justify-content: space-between;
}
