
body {
  background: url("https://www.mc3dreal.de/background.png") no-repeat center center fixed;
  background-size: cover;
  display: flex;s
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 365px;
  text-align: center;
}

.about-content {
  text-align: center;
}
.about-privacy {
    max-height: 250px; /* Set your preferred height */
    overflow: auto;
    padding: 10px;
    border: 1px solid #000080; /* XP-style border (dark blue) */
    background-color: #ffffff;
}
img.pfp {
  border-radius: 8px;
  margin-bottom: 10px;
}

.shitpost {
  margin-top: 15px;
  font-family: monospace;
  font-size: 14px;
  color: #333;
}

.social-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.social-buttons a {
  text-decoration: none;
}

.social-buttons button {
  flex: 1 1 calc(33.333% - 8px);
  min-width: 75px;
  height: 23px;
  box-sizing: border-box;
}
.tools-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tools-buttons a {
  text-decoration: none;
}

.tools-buttons button {
  flex: 1 1 calc(33.333% - 8px);
  min-width: 75px;
  height: 23px;
  box-sizing: border-box;
}

.tab-container {
  min-height: 300px;
}

/* Optional: adblock warning styling */
.ftf-dma-note {
  width: 600px;
  color: white;
  background-color: red;
  padding: 1em;
  text-align: center;
  border: 1px solid white;
  margin: 1em auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
