@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: 'Prompt', sans-serif;
}

footer {
  position: absolute;
  top: 30px !important;
  right: 30px !important;
  font-family: 'Prompt', sans-serif;
}
footer a:visited,
footer a:active,
footer a {
  text-decoration: none;
  color: blue;
}
footer a:visited:hover,
footer a:active:hover,
footer a:hover {
	margin-right: 20px;
	transition: ease-in-out all 0.5s;
}

#app {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}