@media (max-width: 768px) {
  /* CSS styles for screens smaller than 768px (e.g., tablets, mobile) */
  body {
    /* width: 100vh; */
    background-color: #161d6f;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .opening-message {
    width: 300px;
  }
  .message p {
    font-size: 12px;
  }

  ul,
  ol {
    font-size: 10px;
  }
  h3 {
    font-size: 12px;
  }
  .main {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .user-selection {
    margin-top: 50px;
  }

  .choices {
    width: 350px;
  }

  .user-choice,
  .computer-choice {
    height: 150px;
    margin-bottom: 10px;
  }

  .result {
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }

  .result-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
  }

  img {
    width: 40px;
  }

  .score p {
    font-size: 16px;
  }

  p {
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }

  .text {
    width: 100%;
    height: 50px;
    /* padding-left: 5px;
    padding-right: 5px; */
  }
  .text h1 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    font-family: "Press Start 2P";
    /* line-height: 2; */
    text-align: center;
    padding: 2px;
  }
  nav {
    padding: 10px;
  }

  #result {
    font-size: 16px;
  }

  .winner .winner-message {
    font-size: 18px;
  }

  .box {
    margin-top: 20px;
    height: 90px;
    width: 90px;
  }
}
