body {
  background-image: url(2026-02-01_10-14-47_The_Northern_Lights_dance_in_the_starry_sky_shinin.png);
  background-repeat: no-repeat;
  background-position: fixed;
  background-size: cover;
  background-color: #000000de; /* Etwas heller für bessere Lesbarkeit */
  background-blend-mode: overlay;
  padding: 0;
  margin: 0;
  width: 100vw;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

img {
  width: 120px;
  height: auto;
}

h1 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 10px;
  padding: 0;
  color: rgb(182, 221, 255);
  text-align: center;
}

p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 10px;
  padding: 0;
  color: rgb(182, 221, 255);
  text-align: center;
}

header {
  width: calc(100% - 20px);
  height: 50px;
  margin: 10px;
}

.container {
  width: calc(100% - 20px);
  max-width: 1280px;
  height: calc(100% - 100px);

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.links,
.monitor {
  width: calc(100% - 20px);
  margin: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

a,
.monitor-card {
  width: 120px;
  height: 150px;
  background-color: rgb(2, 45, 85);
  border-radius: 10px;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  color: rgb(234, 205, 255);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  transition: 0.5s;
  border: 1px solid rgba(240, 255, 255, 0);
}

a:hover,
.monitor-card:hover {
  color: rgb(2, 45, 85);
  background-color: rgb(170, 204, 255);
}

.monitor-card {
  width: 200px;
  height: 200px;
  background-color: rgb(45, 2, 85);

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.metric-value {
  color: #f2a4f9;
  font-size: 3.4em;
  font-weight: 600;
  box-shadow: inset 0 0 30px 30px rgb(45, 2, 85);
  padding: 10px;
  border-radius: 20px;
}

.metric-details {
  width: 160px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.a > a {
  background-color: rgb(85, 2, 21);
  color: rgb(255, 135, 163);
}

.b > a {
  background-color: rgb(2, 85, 55);
  color: rgb(135, 252, 209);
}

.c > a {
  background-color: rgb(2, 45, 85);
  color: rgb(245, 250, 140);
}

.d > a {
  background-color: rgb(2, 60, 85);
  color: rgb(135, 217, 252);
}

.a > a:hover {
  background-color: rgba(85, 2, 21, 0.4);
  color: azure;
  border: 1px solid azure;
}

.b > a:hover {
  background-color: rgb(2, 85, 55, 0.4);
  color: azure;
  border: 1px solid azure;
}

.c > a:hover {
  background-color: rgba(2, 34, 85, 0.4);
  color: azure;
  border: 1px solid azure;
}

.d > a:hover {
  background-color: rgb(2, 60, 85, 0.4);
  color: azure;
  border: 1px solid azure;
}

.footer {
  width: calc(100% - 20px);
  height: 50px;
  margin: 10px;
}
