@import url('https://googleapis.com');

body {
  
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  background-color: black;
  background-image: url(https://lioness-paladin.neocities.org/itchio_page_background.png);
  color: white;
  font-family: "Signika", sans-serif;
  font-weight: 500;
  
    .highlight-text {
        color: #ffc800;
    }
      
    .center-column {
      width: 1280px; /* Adjust the column width as needed */
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }  
}
