@charset "utf-8";

@import url("./reset.css");
/* general styles */
.container {
  width: 80%;
  margin-inline: auto;
}

.flex {
  display:flex;
}