
body {
  background-image: url(img/bg3.gif);
  background-color: #121817;
  color: #CBBDDB;
  font-family: "Andale Mono", monospace;
  font-weight: 500;
  cursor: url("img/bow-cursor.png"), auto;
}

::-moz-selection { /* Code for Firefox */
  color: #121817;
  background: #CBBDDB;
}

::selection {
  color: #121817;
  background: #CBBDDB;
}

.container {
  display: grid;
  grid-template-columns: 1fr 2fr ;
  gap: 3%;
  padding: 5%;
}

.container div {
  text-align: center;
  /* padding: 10px; */
  /* background-color: white; */
}

#logo img{
  height: 200px;
  width: auto;
}

#header {
  font-family: "Sixtyfour", "Andale Mono", monospace;
  font-optical-sizing: auto;
  font-size: 50px;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "BLED" 60,
    "SCAN" 60;
}

/* #footer {
    position: relative;
    bottom: 0;
    width: 100%;
} */

