body {
  cursor: url(cursor.png), default;
  background-image: url("assets/backgrounds/home-bg.GIF");
  color: white;
  text-shadow: 0px 2px 0px black;
  font-family: Comic Sans MS;
}

h1 {
  color: #00AAFF;
  font-size: 36px;
  font-weight: 300;
}

h2 {
  font-size: 28px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px auto auto auto;
  width: 1440px;
  height: 138px;
  position: relative;
}

.header-nav {
  background-image: url("assets/backgrounds/stars.gif");
  display: flex;
  gap: 2px;
  padding: 0px 18px 0px 18px;
  border-width: 2px;
  width: auto;
  height: 108px;
  border-radius: 16px;
  border-style: dashed;
  border-color: #222628;
}

.header-link img {
  display: block;
}

.header-link:hover img {
  transform: rotate(4deg);
  filter: saturate(130%);
  filter: brightness(130%);
}

.eye {
  position-anchor: top left;
  position: absolute;
  left: 50px;
  top: 80px;
}

.content {
  width: 1440px;
  display: flex;
  margin: 36px auto auto auto;
  gap: 12px;
}

.panel-black {
  background-image: url("assets/backgrounds/stars2.gif");
  padding: 32px;
  flex: 1;
  border-radius: 8px;
  border-width: 2px;
  border-color: #2f2f2f;
  border-style: ridge;
}

.panel-green {
    background-image: url("assets/backgrounds/green-bg.GIF");
    width: 282px;
    background-size: 40%;
    padding: 32px;
    border-radius: 8px;
    border-width: 2px;
    border-color: #3C531B;
    border-style: ridge;
}

.panel-gray {
  background-image: url("assets/backgrounds/gray-bg.jpg");
  background-size: 30%;
  width: 360px;
  padding: 32px;
  border-radius: 8px;
  border-width: 2px;
  border-color: #bdbdbd;
  border-style: ridge;
}

