@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
.layout {
  display: flex;
  justify-content:center;
  align-items: flex-start;
  margin: 40px;
  
}

/* Side sections (left + right) */
.side  {
  width: 160px;
  background-color: #111;
  padding: 20px;
  margin: 10px;
  border: 1px dashed #444;
  font-size: 14px;
  border: 2px dashed#00ffcc;
}

.side ul {
  list-style: none;
  padding: 0;
}

.side a {
  color: #ff0000f3;
  text-decoration: none;
}

.side a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* Main content stays as-is */
.wrapper {
  text-align: center;
  padding: 10px;
  max-width: 600px;
  background-color: rgba(0,0,0,0.8);
  border: 2px dashed #00ffcc;
  transform-style: preserve-3d;
}

@media (max-width: 200px) {
  .layout {
    flex-direction: column;
    align-items: center;
  }

  .side {
    width: 10%;
    margin-bottom: 10px;
    ma
  }
}

body {
  background-color: #000;
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 10px;;
  color: white;
  margin: 10px;

}

.side-left2 {
  border: 2px dashed #00ffcc;
  padding: 20px;
  margin-right: 10px;
}

.side-right1 {
  border: 2px dashed #00ffcc;
  padding: 20px;
  margin-left: 10px;
}

.side-right2 {
  border: 2px dashed #00ffcc;
  padding: 20px;
  margin-left: 10px;
  margin-top: 10px;
}

.side-left1 {
  border: 2px dashed #00ffcc;
  padding: 20px;
  margin-right: 10px;
}

.side-right3 {
  border: 2px dashed #00ffcc;
  padding: 10px;
  padding: auto;
  margin-right: 10px;
  margin-top: 10px;
}

.side-left4 {
  border: 2px dashed #00ffcc;
  padding: 20px;
  margin-right: 10px;
  margin-top: 10px;
}

a {
  color: #f481e4;
}

.side-clock {
  border: 2px dashed #00ffcc;
  background-color: #111;
  padding: 20px;
  margin-top: 10px;
  text-align: center;
  color: #00ffcc;
  font-family: monospace;
}

.side-clock h3 {
  margin-bottom: 10px;
  color: #ff00aa;
  font-weight: normal;
}

.pretty {
  margin: 10px;
}

.terminal-box {
  border: 2px dashed #00ffcc;
  padding: 20px;
  margin-top: 10px;
}

.terminal-header {
  color: #ffffff;
  background-color: #222;
  padding: 5px 10px;
  font-weight: bold;
  border-bottom: 1px solid #00ff00;
  margin-bottom: 10px;
}

.terminal-output p {
  margin: 5px 0;
}

.prompt {
  color: #00ffff;
}

.footer {
  justify-content: flex-start;
  text-align: center;

}

.site-footer {
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  font-family: monospace;
  font-size: 13px;
  color: #888;
  background-color: #0f0f0f;
  border-top: 1px dashed #444;
}

.site-footer a {
  color: #ff00aa;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}



