@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "JetBrains Mono", system-ui, monospace;
  font-weight: 500;
  background-color: rgba(255, 201, 6, 0.231372549);
  color: #1f2937;
  line-height: 2;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "JetBrains Mono", system-ui, monospace;
  color: #cc1e4a;
  font-weight: 500;
}

p,
a,
span,
li,
td,
th {
  font-family: "JetBrains Mono", system-ui, monospace;
  color: #1f2937;
}

a {
  color: #cc1e4a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.box {
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 0rem;
  background-color: rgba(255, 201, 6, 0.3764705882);
  color: #1f2937;
  max-width: 1000px;
  width: 100%;
  margin: 0rem auto;
}

.nav-box {
  margin-top: 2rem;
}

.footer-box {
  margin-bottom: 4rem;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.nav-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #cc1e4a;
  flex: auto;
}

.nav-links {
  display: flex;
  gap: 15px;
  flex: initial;
  margin-right: 15px;
}

.nav-link {
  text-decoration: none;
  color: #cc1e4a;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

h1 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.5rem;
  margin-top: 1rem;
}

h3 {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

.link {
  color: #cc1e4a;
}
.link:hover {
  text-decoration: underline;
}

.video-container {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  width: 80%;
  min-width: 400px;
  padding-top: 45%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 1rem;
  color: #4b5563;
  text-align: center;
  background-color: rgba(255, 201, 6, 0.3764705882);
}
table th,
table td {
  padding: 0.75rem;
  border-bottom: 1px solid #d1d5db;
}
table thead {
  background-color: #ffc906;
}

.blogList {
  list-style: none;
}

.blogListItem {
  margin: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer {
  width: 100%;
}

/*# sourceMappingURL=styles.css.map */
