@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@font-face {
  font-family: "Inter-Bold";
  src: local("Inter-Bold");
}

@font-face {
  font-family: "Inter-Regular";
  src: local("Inter-Regular");
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  background: linear-gradient(to bottom, gray, bisque);
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: red;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 5px;
  position: relative;
  max-width: 1000px;
  min-height: min-content;
  margin: 0 auto;
}

.main-container .logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.main-container .dc-logo {
  position: relative;
  max-width: 680px;
  width: 100%;
  height: auto;
  aspect-ratio: 4.86;
  object-fit: cover;
}

.main-container .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.main-container .page-title-text {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #a52a2a;
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}

.main-container .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.main-container .banner {
  position: relative;
  width: 800px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 5.33;
  object-fit: cover;
}

.main-container .nav-container {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 0px 10px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.main-container .nav-divider {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 5px;
  background-color: #bcaa00;
}

.main-container .nav-title {
  display: flex;
  justify-content: center;
  width: fit-content;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  align-items: center;
  position: relative;
  margin: 0;
}

.main-container .nav-options {
  display: flex;
  justify-content: center;
  width: fit-content;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: wrap;
  align-items: center;
  position: relative;
  margin: 0;
}

.main-container .nav-links {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: wrap;
  margin-bottom: 0;
}

.main-container .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-left: -1px;
  margin-right: -1px;
  border: 1px solid #000000;
}

.main-container .content-header {
  gap: 10px;
  padding: 7px 10px;
  background-color: #ffccaa;
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.main-container .section-title {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #a52a2a;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  margin-bottom: 0;
}

.main-container .content-body {
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.main-container .info-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
}

.main-container .info-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  margin-bottom: 0;
}

.main-container .info-description {
  position: relative;
  width: 100%;
  max-width: 800px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0;
  text-align: left;
}

.main-container .description-text {
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 25px;
}

.main-container .highlighted-link {
  text-decoration: underline;
}

.main-container .sitting-image,
.main-container .voicechat-image,
.main-container .cpm-image,
.main-container .anti-cheat-image {
  position: relative;
  width: 100%;
  max-width: 824px;
  margin: 0px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000000;
}

.main-container .sitting-image {
  aspect-ratio: 822 / 462;
  background-image: url("../media/sitting.jpg");
}

.main-container .voicechat-image {
  aspect-ratio: 1280 / 720;
  background-image: url("../media/voicechat.jpg");
}

.main-container .cpm-image {
  aspect-ratio: 1920 / 1017;
  background-image: url("../media/cpm.jpg");
}

.main-container .anti-cheat-image {
  aspect-ratio: 822 / 411;
  background-image: url("../media/boatfly.jpg");
}

.main-container .divider-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.main-container .content-divider {
  background-color: #808080;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 2px;
  border: none;
  margin: 0;
}

.main-container .footer-divider-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.main-container .footer-divider {
  background-color: #a52a2a;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 2px;
  border: none;
  margin: 0;
}

.main-container .footer-container {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 10px 0px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.main-container .footer-text {
  display: flex;
  width: 218px;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #a52a2a;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  align-items: center;
  position: relative;
  margin-bottom: 0;
}
