/* BaoHiem Page — Nhật Phan Portfolio */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: #f4f1ea;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.site { width: 100%; }

.baohiem-page {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

.baohiem-content {
  display: block;
  width: 100%;
  height: auto;
}
