/* Import the font */
@font-face {
  font-family: 'LEMONMILK';
  src: url('src/fonts/LEMONMILK-Regular.otf') format('opentype');
}

/* Styling for the body */
body {
  background-color: #191818; /* previously 131213 */
  color: white;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: justify;
}

/* Styling for the container */
.container {
  margin: 0 auto;
  max-width: 700px;
}

@media (min-width: 1400px) {
  .container {
    padding-left: calc((100% - 1200px) / 2));
    padding-rhgt: calc((100% - 1200px) / 2));
  }
}

/* Styling for the header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #191818;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
  text-decoration: none;
}

/* Styling for the logo */
#logo {
  font-size: 32px;
  font-weight: bold;
  font-family: 'LEMONMILK', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: white;
}

#logo:hover {
  color: #00ff00;
}

#logo a {
  color: #f5f5f5;
  text-decoration: none;
  margin-right: 0px;
  font-weight: bold;
  font-size: 32px;
}

#logo a:hover {
  color: #00ff00;
}

/* Styling for the navigation links */
nav {
  display: flex;
}

nav a {
  color: #f5f5f5;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
}

nav a:hover {
  color: #00ff00;
  text-decoration: none;
}

/* Styling for the divider bar */
hr {
  border: none;
  border-top: 1px solid #191818;
  margin: 0;
  padding: 0;
}

/* Styling for the main content area */
.content {
  background-color: #191818;
  padding: 20px;
  margin-top: 20px;
}

.content h1 {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-family: 'LEMONMILK', Arial, sans-serif;
  color: #00ff00;
}

.content h1 {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-family: 'LEMONMILK', Arial, sans-serif;
  color: #00ff00;
}

.content h2 {
  font-size: 15x;
  margin: 0 0 10px 0;
  font-family: 'LEMONMILK', Arial, sans-serif;
  color: #00ff00;
}

.content p {
  font-size: 16px;
  line-height: 1.5;
}

.content a {
  color: white;
  text-decoration: underline;
}

.content a:hover {
  color: #00ff00;
  text-decoration: none;
}

.content c3 {
  column-count: 3;
}

.bullet {
 list-style-type: disc;
}

.circle {
ç
 margin-left: 2em;
}

.quote {
 list-style-type: none;
}

.author {
 list-style-type: none;
 margin-left: -1em;
}

.columns {
  columns: 3;
  list-style-type: disc;
}

.no-underline {
  text-decoration: none;
  border: none;
  display: inline-block
}

.no-underline a {
  text-decoration: none;
  border: none;
  display: inline-block
}

.no-underline img {
  text-decoration: none;
  border: none;
  display: inline-block
}

.no-underline svg {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: none;
  display: inline-block
}
