@import url('https://fonts.googleapis.com/css2?family=Bokor&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');

#WELCOME {
  text-align:center;
  font-family:"Noticia Text", serif;
  font-weight:700;
  font-style:normal;
  margin-top: 50px;
}

#LOBBY {
  text-align:center;
  margin-top:-25px;
  font-family:"Bokor", sans-serif;
  font-weight:400;
  font-style:normal;
  font-size:100px;
  color: #fff3e6
}

#an_intro {
  text-align:center;
}

body {
  background-color: #381932;
  color: #fff3e6;
  font-family: "Comfortaa", sans-serif;
}