body {
  margin: 0;
  font-family: 'Georgia', serif;
  background-color: #fff;
  color: #111;
  text-align: center;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #000;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
}

.hamburger {
  font-size: 22px;
  cursor: pointer;
  margin-right: 10px;
}

.header-center {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}

.language-selector {
  position: relative;
}

.language-selector button {
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

#language-menu {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 30px;
  background: white;
  border: 1px solid #ccc;
  width: 170px;
  z-index: 10;
}

#language-menu li {
  padding: 5px 10px;
  text-align: left;
}

#language-menu li a {
  text-decoration: none;
  color: #111;
}

.hidden {
  display: none;
}

.icon {
  font-size: 20px;
  cursor: pointer;
  margin-left: 10px;
}

nav#mobile-menu {
  background-color: #f9f9f9;
  text-align: left;
  padding: 10px 20px;
}

nav#mobile-menu ul {
  list-style: none;
  padding: 0;
}

nav#mobile-menu li {
  margin: 10px 0;
}

nav#mobile-menu a {
  text-decoration: none;
  color: #111;
  font-family: 'Georgia', serif;
}

main {
  max-width: 800px;
  margin: 60px auto;
  padding: 20px;
}

.slogan {
  font-size: 32px;
  font-family: 'Georgia', serif;
  font-weight: normal;
  margin-bottom: 40px;
}

.separator {
  width: 90%;
  height: 1px;
  background-color: #111;
  margin: 0 auto 40px auto;
  border: none;
}

.coming-soon {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

#about,
#contact {
  text-align: left;
  margin-bottom: 40px;
}

#about h2,
#contact h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
