* {
  padding: 0px;
  margin: 0px;
}

body {
  background-color: ffffff;
  font-family: "Poppins", sans-serif;
}

a {
  display: block;
}

.container {
  max-width: 750px;
  margin: auto;
  background-color: #fff7e4;
}

.content-wrapper {
  text-align: center;
}

.content-text {
  padding: 0px 8%;
}

h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  font-family: "Kanit", sans-serif;
}

#cta-signup-button,
#cta-schedule-button {
  margin-top: 20px;
}

#cta-register-button {
  margin-top: 10px;
}

#categories {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 80px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Kanit", sans-serif;
}

.thumbnails-wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.thumbnail-box {
  margin-bottom: 40px;
}

.thumbnail-box h6 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: bold;
}

#view-all-brands {
  font-size: 22px;
  font-weight: bolder;
  color: black;
  font-family: "Kanit", sans-serif;
}

footer {
  background-color: white;
  padding: 20px;
}

nav {
  /* background-color: red; */
  border-bottom: solid 2px black;
  padding-bottom: 20px;
}

ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}

ul li {
  margin-right: 32px;
  font-weight: bold;
  font-family: "Kanit", sans-serif;
}

#social-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  align-content: center;
}

#social-links li {
  width: 20px;
  height: 20px;
  margin: 10px;
  overflow: hidden;
}

#social-links li img {
  width: 100%;
  margin: auto;
}

#footer-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

#footer-text {
  font-size: 13px;
}

#footer-text a {
  display: inline-block;
}

#footer-logo {
  margin-left: auto;
}
