@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Germania+One&display=swap');

.unifrakturmaguntia-regular {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
}

.germania-one-regular {
  font-family: "Germania One", system-ui;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: 'UnifrakturMaguntia', cursive;
  color: white;
  text-align: center;
  margin: 0;  
}

a {
  text-decoration: underline;
  color: #ffffff;
}

a:hover { 
  color: #FF0000;
}

a:focus { 
  color: #880808;
}

.erwin { 
    transition: all .2s ease-in-out; 
}

.erwin:hover {
    transform: scale(1.1); 
}

p {
  font-family: "Germania One", system-ui;
  color: white;
  font-size: 1rem;
  text-align: center;
  margin: 0;  
}

html, body {
  height: 100%;
  margin: 0;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
}

body {
  background-image: url('/background/indexbg.png');
  background-size: 320px 480px;
  background-position: center;
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.center-box {
  position: absolute;
  top: 25%;
  width: 800px;
  height: 400px;
  display: flex; 
  justify-content: center;
  align-items: center;
}

.button-box {
  position: absolute;
  top: 15%;
  right: 100px;
  width: 100px;
  height: 200px;
}

#s-m-t-tooltip {
  max-width: 500px;
  z-index: 100;
  margin-left: 30px;
  padding: 4px;
  border: 2px dotted;
  background-color: white;
  color: black;
  font-size: smaller;
}