@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oxanium:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@100&display=swap');

html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: 'Oxanium', sans-serif;
  font-weight: 200;
  background-color: #061825;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.site-title {
  font-family: 'Oxanium', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 24px;
  z-index: 1000;
  text-transform: lowercase;
}

img {
  width: 60%;
  height: auto;
}

.container {
  text-align: center;
}

.logo-image {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.dashboard-links {
  list-style: none;
  padding: 0;
  margin-top: 100px;
}

.dashboard-links li {
  margin-bottom: 20px;
}

.dashboard-links a {
  font-family: 'Oxanium', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #00ccff;
  text-decoration: none;
}

.dashboard-links a:hover {
  text-decoration: underline;
}
