@font-face {
  font-family: "Miracode";
  src: url("resource/Miracode.ttf");
}

@media (max-width: 600px) {
  .rightImage {
    left: 50%;
    transform: translate(-50%, 0);
    top: 30%;
    width: 200px;
  }
  .centerBox {
    left: 50%;
    top: 70%;
    max-width: 90vw;
  }
}

body {
  background-color: #111827;
  min-height: 100vh;
  min-width: 100vw;
  overflow: hidden;
  margin: 0;
}

.topBar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 100;
}

.topBarMiddle {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.topBarButton {
  font-family: "Miracode";
  font-size: 15px;
  font-weight: 250;
  size: 2rem;
  color: #E5E7EB;
  text-decoration: none;
  margin-left: 5rem;
  margin-right: 5rem;
}

.centerContainer {
  width: 100vw;
  height: 100vh;
  display: flex; 
  justify-content: center;
  align-items: center;
  position: relative;
}

.rightImage {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% + 2rem);
  width: 300px;
  height: auto; 
  border-radius: 50%; 
  border: 0.15rem solid #02C2CC;
  z-index: 10; 
}

.centerBox {
  position: absolute;
  top: 50%;
  left: calc(50% - 150px); 
  transform: translate(-50%, -50%);
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem #02C2CC;
  display: inline-block;
  text-align: left;
  background-color: #111827;
  max-width: calc(100vw - 350px);
}

.centerParagraph {
  font-family: "Miracode";
  font-size: 14px;
  font-weight: 100;
  color: #E5E7EB;
  margin: 0;
}

.hightext {
  font-family: "Miracode";
  font-size: 20px;
  font-weight: bold;
  color: #E5E7EB;
}

.lowerText {
  font-family: "Miracode";
  font-size: 14px;
  font-weight: bold;
  color: #E5E7EB;
}

.lower {
  display: flexbox;
  justify-content: center;
  justify-items: center;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 3rem;
  z-index: 100;
}