@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;
}

.clique-box {
  overflow-x: auto;
}

h1 {
  font-family: 'UnifrakturMaguntia', cursive;
  color: white;
  font-size: 3.5rem;
  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;
}

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

.main-box {
  position: absolute;
  top: 45%;
  left: 60px;
  width: 650px;
  height: 450px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navi-box {
  position: absolute;
  top: 20%;
  width: 130px;
  height: 400px;
  background-color: black;
  border-left: 5px double white;
  border-right: 5px double white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.misc-box {
  position: absolute;
  top: 160%;
  right: 80px;
  width: 810px;
  height: 530px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.neighborhood-box {
  position: absolute;
  top: 167%;
  right: 450px;
  width: 314px;
  height: 156px;
  background-color: black;
  border: 5px ridge white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
}
  
#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;
}