body {
  margin: 0;
  overflow-x: hidden;
  color: rgb(48, 48, 48);
  font-family: Arial;
}

p,
h1,
h2,
h3,
label {
  margin: 0;
}

a {
  color: #3a87fe;
  text-decoration: none;
  font-weight: 700;
}

::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 0px;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #1a1a1a;
}

.divider {
  height: 1px;
  background-color: #444;
}

#global {
  background-color: #afafaf;
}

#global-content {
  padding: 130px 50px 50px 50px;
}

#header {
  background-color: #222;
  border-bottom: 1px solid #444;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
}

#home-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

#home-btn:hover {
  color: #a3a3a3;
}

#logo {
  height: 70%;
  object-fit: contain;
}

#footer {
  font-size: 28px;
  color: #787878;
  display: flex;
  flex-direction: column;
  padding: 5vw;
  gap: 50px;
  background-color: #2e2e2e;
  border-top: 1px solid #444;

  margin-top: 200px;
}

#footer-lists {
  display: flex;
  flex-direction: row;
}

.list-title {
  color: #9c9c9c;
  margin: 30px 0 10px 0;
}

#left-list {
  flex: 1;
}

#right-list {
  flex: 1;
}

#copyright-bar {
  font-size: 20px;
  color: #555;
}

#footer a {
  color: rgb(122, 122, 122);
  text-decoration: none;
  font-weight: normal;

  display: block;
}

#footer a:hover {
  color: #d1d1d1;

  text-decoration: underline;
}

.list-option {
  margin: 0 0 15px 0;
}

.list-option:hover {
  cursor: pointer;
}
#footer {
  font-size: 28px;
  color: #787878;
  display: flex;
  flex-direction: column;
  padding: 5vw;
  gap: 50px;
  background-color: #2e2e2e;
  border-top: 1px solid #444;

  margin-top: 200px;
}

#footer-lists {
  display: flex;
  flex-direction: row;
}

.list-title {
  color: #9c9c9c;
  margin: 30px 0 10px 0;
}

#left-list {
  flex: 1;
}

#right-list {
  flex: 1;
}

#copyright-bar {
  font-size: 20px;
  color: #555;
}

#footer a {
  color: rgb(122, 122, 122);
  text-decoration: none;
  font-weight: normal;

  display: block;
}

#footer a:hover {
  color: #d1d1d1;

  text-decoration: underline;
}

.list-option {
  margin: 0 0 15px 0;
}

.list-option:hover {
  cursor: pointer;
}
#footer {
  font-size: 28px;
  color: #787878;
  display: flex;
  flex-direction: column;
  padding: 5vw;
  gap: 50px;
  background-color: #2e2e2e;
  border-top: 1px solid #444;

  margin-top: 200px;
}

#footer-lists {
  display: flex;
  flex-direction: row;
}

.list-title {
  color: #9c9c9c;
  margin: 30px 0 10px 0;
}

#left-list {
  flex: 1;
}

#right-list {
  flex: 1;
}

#copyright-bar {
  font-size: 20px;
  color: #555;
}

#footer a {
  color: rgb(122, 122, 122);
  text-decoration: none;
  font-weight: normal;

  display: block;
}

#footer a:hover {
  color: #d1d1d1;

  text-decoration: underline;
}

.list-option {
  margin: 0 0 15px 0;
}

.list-option:hover {
  cursor: pointer;
}

.button-generic {
  font-family: Arial;
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid #424242;
  background-color: #333;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.button-generic:hover {
  background-color: #444;
}

.button-accent {
  font-family: Arial;
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid #5A94E3;
  background-color: #5786C7;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.button-accent:hover {
  background-color: #5A94E3;
}

@media (max-width: 620px) {
  #footer {
    font-size: 20px;
  }

  #copyright-bar {
    font-size: 16px;
  }
}