/* vietnamese */
@font-face {
  font-family: "Great Vibes";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/greatvibes/v14/RWmMoKWR9v4ksMfaWd_JN9XKiaQoDmlrMlY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: "Great Vibes";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/greatvibes/v14/RWmMoKWR9v4ksMfaWd_JN9XLiaQoDmlrMlY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Great Vibes";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/greatvibes/v14/RWmMoKWR9v4ksMfaWd_JN9XFiaQoDmlr.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.navItem {
  height: 34px;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.47;
  letter-spacing: -0.01em;
  padding: 1rem 1rem;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  border: 2px solid #263c50;
  border-radius: 5px;
  color: #263c50;
}

.navItem:hover {
  background: #f1f1f1;
}

.content {
  background: #fefefe;
}

@media screen and (min-width: 1200px) {
  .content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
  }
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
  .content {
    max-width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
  .content {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media screen and (max-width: 599px) {
  .content {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.images {
  transform: scale(0.5);
  align-content: center;
}

.divider {
  background: #dcdcdc;
  margin-left: 20%;
  margin-right: 20%;
  height: 2px;
  margin-top: 60px;
}

p {
  font-family: "Poppins", sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

p.tiny {
  padding-top: 0;
  padding-bottom: 0;
}

h1 {
  justify-content: center;
  text-align: center;
  font-size: 4rem;
  font-weight: normal;
  margin: 0;
  color: #263c50;
}

h2 {
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin-top: 60px;
  color: #263c50;
}

nav {
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
  display: flex;
  background: ;
}

/* ul {
  list-style: none;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
} */

body {
  font-family: Great Vibes;
  background: #282828;
  padding: 0;
  margin: 0;
}

div.center {
  text-align: center;
  contain: content;
}

div.center > * {
  display: inline-block;
  text-align: left;
  margin: 0;
}

li {
  font-family: "Poppins", sans-serif;
}
