body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #333;
  color: rgb(220, 220, 220);
}

header {
  /* background-color: #3498db; */
  /* color: #fff; */
  text-align: center;
  padding: 1em 0;
}

a {
  color: yellow;
}

.section-h3 {
  display: inline-block;
  border-radius: 6px;
  padding: 10px 20px;
  background: #ff00ff;
  margin-top: 50px;
}

li {
  line-height: 1.5em;
}

.download {
  background-color: rgb(119, 255, 46);
  color: black;
  padding: 15px 45px;
  border-radius: 14px;
  font-size: 150%;
  text-decoration: none;
  font-size: bold;
}

.quote {
  border: 1px dashed rgb(59, 255, 242);
  border-radius: 16px;
  background: rgb(123, 123, 123);
  text-align: left;
  padding: 0px 20px;
  margin: 30px;
  width: 55%;
}

section {
  max-width: 740px;
  border-radius: 20px;
  margin: 2em auto;
  padding: 1em;
  /* background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

footer {
  border-top: 1px solid lightgrey;
  /* background-color: #333; */
  /* color: #fff; */
  text-align: center;
  padding: 1em 0;
}

/* MENU */

ul.ul-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

li.li-menu {
  display: inline-block;
  margin-right: 10px; /* Adjust the spacing between menu items as needed */
}

a.a-menu {
  text-decoration: none;
  padding: 8px 12px;
  display: block;
  background-color: #3498db;
  color: #fff;
  border-radius: 4px;
}

/* IMAGES */

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.image-item {
  width: 243px; /* Adjust the width as needed */
  height: 154px;
  margin-bottom: 50px; /* Adjust the margin as needed */
}

.image-item:hover {
  opacity: 70%;
}

.image-item img {
  width: 100%;
  height: auto;
}

.buy {
  padding: 5px 20px;
  background: rgb(0, 187, 0);
  color: white;
  border-radius: 5px;
}

.a-card {
  text-decoration: none;
  font-weight: bold;
}

.menu-container {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  padding: 5px;
}

/* Hotkeys table */

table.hotkeys {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #888;
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}

table.hotkeys td {
  padding: 10px 20px;
}

/* Apply a border to the right of all but the last column */
table.hotkeys th:not(:last-child),
table.hotkeys td:not(:last-child) {
  border-right: 1px solid #888;
}

/* Apply a border to the bottom of all but the last row */
table.hotkeys > thead > tr:not(:last-child) > th,
table.hotkeys > thead > tr:not(:last-child) > td,
table.hotkeys > tbody > tr:not(:last-child) > th,
table.hotkeys > tbody > tr:not(:last-child) > td,
table.hotkeys > tfoot > tr:not(:last-child) > th,
table.hotkeys > tfoot > tr:not(:last-child) > td,
table.hotkeys > tr:not(:last-child) > td,
table.hotkeys > tr:not(:last-child) > th,
table.hotkeys > thead:not(:last-child),
table.hotkeys > tbody:not(:last-child),
table.hotkeys > tfoot:not(:last-child) {
  border-bottom: 1px solid #888;
}
