/* styles.css */

/* General styles */
body {
  /*font-family: Arial, sans-serif;*/
  /*font-family: Century Gothic;*/
  margin: 0;
  padding: 0;
}

/* Header styles */
.header-menu {
  background-color: #F3F3F3;
  padding: 10px 0;
}

.company-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
}

.nav {
  display: inline-block;
  margin-top: 10px;
}

.nav-item {
  display: inline-block;
  margin-right: 10px;
}

.dropdown-menu {
  min-width: auto;
}

/* Main section styles */
.main-section {
  background: linear-gradient(to bottom, #F3F3F3, #DDEBF4);
  padding: 20px;
  min-height: 100vh;
}

.notion-content {
  line-height: 1.6;
}

.notion-content h1 {
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.notion-content h2 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.notion-content h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.notion-content p {
  font-size: 18px;
  margin-bottom: 15px;
}

.notion-content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.notion-content li {
  margin-bottom: 5px;
  padding-bottom: 1.5em;
}

.notion-content a {
  color: #0366d6;
  text-decoration: none;
}

.notion-content a:hover {
  text-decoration: underline;
}

li {
  padding-bottom: 1em;
}
