

@font-face {
  font-family: "Alagard";
  src: url("https://neversaid.neocities.org/alagard.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Alagard", monospace;
}



body {
 background-color: black;

}
img {
image-rendering: crisp-edges;      /* Standard modern browsers */
  image-rendering: pixelated;        /* Some newer browsers for retro pixel art */
  -ms-interpolation-mode: nearest-neighbor; /* IE */
}
html, body {
  overflow: hidden;
  height: 100%; /* Ensures the "locked" area fills the screen */
}

.title {
  display: flex;
  
  justify-content: center; 
  align-items: center;
  min-height: 100vh;
   
}

.button:hover{
   transform: scale(1.2); 
}

.window{
   display: flex;
      flex-direction: row;
        justify-content: center; 
        align-items: center;

}



.button {
  display: inline-block;
  transition: transform 0.3s ease;
}

h1 {

  text-align: center;
  color: white;
}