body {
    margin: 0;
    background-color: #121212;
    color: #f2f2f2;
    font-family: Verdana, sans-serif;
    line-height: 1.7;
}

.sidebar {
    position: fixed;
    width: 200px;
    height: 100%;
    background-color: #1b5e20;
    padding-top: 20px;
}

.sidebar a {
    display: block;
    padding: 14px;
    color: #e8f5e9;
    text-decoration: none;
    font-weight: bold;
}

.sidebar a:hover,
.sidebar a:focus {
    background-color: #2e7d32;
    outline: none;
}

.content {
    margin-left: 220px;
    padding: 30px;
    max-width: 1000px;
}

h1, h2, h3 {
    font-family: "Trebuchet MS", sans-serif;
    color: #a5d6a7;
}

p {
    font-family: "Courier New", monospace;
    max-width: 900px;
}

ul, ol {
    background-color: #1e1e1e;
    border: 2px solid #2e7d32;
    border-radius: 12px;
    padding: 20px 30px;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

ul li, ol li {
    margin-bottom: 8px;
}

ul li:hover,
ol li:hover {
    color: #c8e6c9;
}

table {
    border-collapse: collapse;
    margin: 25px 0;
    background-color: #1e1e1e;
    border-radius: 10px;
    overflow: hidden;
}

table, th, td {
    border: 2px dotted #a5d6a7;
}

th {
    background-color: #2e7d32;
    color: #ffffff;
}

th, td {
    padding: 12px;
    text-align: left;
}

img {
    margin: 15px 0;
    border-radius: 12px;
    border: 2px solid #2e7d32;
    background-color: #1e1e1e;
    padding: 6px;
    max-width: 100%;
    height: auto;
}

.steak-img {
    width: 180px;
}

.creeper-img {
    width: 140px;
}

.axolotl-img {
    width: 220px;
}

.zombie-img {
    width: 120px;
}

.goldencarrot-img {
    width: 180px;
}

.bread-img {
    width: 200px;
}

.overworld-img {
    width: 260px;
}

.bastion-img {
    width: 240px;
}

.end-img {
    width: 240px;
}

em {
    color: #bdbdbd;
    font-size: 0.9em;
}


.feedback-form {
  background-color: #1e1e1e;
  border: 2px solid #2e7d32;
  border-radius: 14px;
  padding: 20px;
  max-width: 600px;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.feedback-form h2 {
  font-family: "Trebuchet MS", sans-serif;
  color: #a5d6a7;
  margin-bottom: 15px;
}

.feedback-form label {
  display: block;
  margin-top: 12px;
  color: #f2f2f2;
  font-weight: bold;
}

.feedback-form input,
.feedback-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border: 2px solid #2e7d32;
  border-radius: 10px;
  background-color: #121212;
  color: #f2f2f2;
}

.feedback-form input:focus,
.feedback-form textarea:focus {
  outline: none;
  border-color: #a5d6a7;
}

.feedback-form button {
  margin-top: 15px;
  padding: 10px 15px;
  border: 2px solid #2e7d32;
  background-color: #1b5e20;
  color: #e8f5e9;
  font-weight: bold;
  border-radius: 12px;
  cursor: pointer;
}

.feedback-form button:hover {
  background-color: #2e7d32;
}

.feedback-result {
  margin-top: 12px;
  font-weight: bold;
}

