@font-face {
  font-family: "MS Gothic";
  src: url("https://file.garden/ZxGm4CZD_A4ytfMc/82388c.FON");
}

@font-face {
  font-family: "Zelda";
  src: url("https://files.catbox.moe/q880bl.ttf")
}


body {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: black;
  font-size: 15px;
  font-family: "MS Gothic";
  color: #FF0037;
  font-weight: bolder;
  margin: 0;
}

::selection {
            background: #FF0037;
            color:black;
}

.whole {
   width:1000px;
      height: fit-content;
   margin-top: 30px;
   margin-left:30px;
   margin-right:30px;
   position: relative;
    margin-bottom: 40px;
    display: flex;
    gap:20px;
}

#right img {
   width: 350px;
  height: auto; /* keeps aspect ratio */
}

#left {
   width:57%;
}