
body {
  background-image: url('./images/station_notrain.png');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}


.pixelfont {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}


h1 {
  font-size: 5em;
  margin-bottom: 0;
}

h2 {
  font-size: 3em;
  margin-top: 0;
}

h3 {
  font-size: 1.8em;
}

.title-container {
  display: flex;
  justify-content: center; 
  align-items: center; 
} 

.welcome-container {
  display: flex;
  justify-content: center; 
  align-items: center; 
}

.subtitle-container {
  display: flex;
  justify-content: center; 
  align-items: center; 
}


.btn-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 5em;
  text-align: center;
}