@font-face {
  font-family: 'MiFuente';
  src: url('fonts/comic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MiFuente';
  src: url('fonts/comicbd.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

strong, b {
  font-weight: bold;
}


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

h1 {
  color: #00AAFF;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}

h2 {
  font-size: 28px;
  text-align: center;
  margin: 0px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  margin: 0px;
  font-weight: normal;
}

h4 {
  font-size: 18px;
  margin: 0px;
  font-weight: normal;
}

p {
  font-weight: normal;
}

a {
  color: #F6FF00;
}

.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: absolute;
  left: 50px;
  top: 80px;
}

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

.panel {
  padding: 32px;
  border-style: solid;
  border-radius: 8px;
  border-width: 2px;
}

.panel.black {
  background-image: url("assets/backgrounds/stars2.gif");
  border-color: #2f2f2f;
  position: relative;
  width: 774px;
}

.panel.green {
    background-image: url("assets/backgrounds/green-bg.GIF");
    width: 282px;
    background-size: 40%;
    border-color: #3C531B;
    padding: 20px 12px 12px 12px;
    position: relative;
}

.panel.gray {
  background-image: url("assets/backgrounds/gray-bg.jpg");
  background-size: 30%;
  width: 360px;
  border-color: #bdbdbd;
  padding: 20px 12px 12px 12px;
}

.footer {
  text-align: center;
}

.gif-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ball {
  position: absolute;
  top: 62px;
  left: 102px;
  width: 126px;
}

.ball.right {
  left: 582px;
}

.container-latest {
  background-color: #1F2D0C;
  border-style: outset;
  border-width: 2px;
  border-color: #27380F;
  padding: 0px 16px 0px 16px;
  height: 96px;
  display: flex;
  align-items: center;
  margin: 12px 0px 0px 0px;
}

.container-latest-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.new {
  position: absolute;
  width: 50px;
  left: 200px;
  top: 10px;
}