body {
  margin: 0;
  background-color: rgb(25, 25, 25);
  color: white;
  font-family: Arial;
}

.title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.move-icon {
  height: 80px;
}

.move-button {
  touch-action: manipulation;
  background-color: transparent;
  border: 3px solid white;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-top: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.container {
  text-align: center;
}

.js-result {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-top: 80px;
}

.js-score {
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
}

/* 
.js-reset {
  background-color: white;
  border: none;
  font-size: 20px;
  padding: 12px 20px;
  cursor: pointer;
} */

nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  gap: 0.5rem;
  border-bottom: solid 1px #aaa;
  background-color: #eee;
}

nav a {
  display: inline-block;
  min-width: 9rem;
  padding: 0.5rem;
  border-radius: 0.2rem;
  border: solid 1px rgb(22, 22, 22);
  text-align: center;
  text-decoration: none;
  color: #1b1b1b;
}

nav a[aria-current='page'] {
  color: #000;
  background-color: #d4d4d4;
}


/* Additional styles to prevent unwanted zooming on iOS */

/* Disable tap highlight on iOS */
body {
  -webkit-tap-highlight-color: transparent;
}

/* Disable user-select to prevent text selection on iOS */
body {
  user-select: none;
}

/* Disable touch callout to prevent the display of a callout on long-press on iOS */
body {
  -webkit-touch-callout: none;
}

@media only screen and (max-width: 780px) {

  .move-button {
    background-color: transparent;
    border: 3px solid white;
    width: 105px;
    height: 105px;
    border-radius: 50px;
    margin-right: 10px;
    cursor: pointer;
  }

  .move-icon {
    height: 50px;
  }

  .first-button {
    margin-left: 12px;
  }

}

.button-28 {
  appearance: none;
  background-color: transparent;
  border: 2px solid #3B3B3B;
  border-radius: 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 100;
  line-height: normal;
  margin: 0;
  margin-top: 5px;
  min-height: 10px;
  min-width: 0;
  outline: none;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  will-change: transform;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #fff;
  background-color: #1A1A1A;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}




@media (max-width: 950px) {

  .pc{
    display: none;
  }
}