@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

*, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "lato";
}

#loadingScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loadingScreen .spinner-border {
  width: 3rem;
  height: 3rems;
}

header {
  background-color: #ffffff, 1.0;
  padding: 10px;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

body {
  background: url(/assets/background/bg.gif);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-size: larger;
}

#bookSearch {
  text-align: center;
  width: 180px
}