body{
    font-size: 40px;
    background-color: darkkhaki;
    cursor:url(pen_1.png), auto;
    word-wrap: break-word;
    font-family: 'Special Elite', cursive;
}


/* #upper{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content:center;
    align-content: space-around;
    position: fixed;
    top: 30px;
    width: 100%;
    text-align: center;
    display: none;
} */

.bottom_box{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content:center;
    align-content: space-around;
    position: fixed;
    bottom: 30px;
    width: 100%;
    text-align: center;
    gap: 5px;
}

.upper_box{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content:center;
    align-content: space-around;
    position: fixed;
    top: 30px;
    width: 100%;
    text-align: center;
    gap: 5px;
}

.strokes{
    background-color: darkolivegreen;
    border-width: 12px;
    border-color:forestgreen;
    border-style:groove;
    padding: 3px;
    width: 45px;
    height: 60px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content:center;
    align-content: space-around;
    word-wrap: break-word;
    word-break:break-all;
    font-family: 'Noto Serif JP', serif;

    border:solid 8px green;
    border-left-color: forestgreen;
    border-top-color: forestgreen;
    border-bottom-color: black;
    border-right-color: black;
}

.strokes:hover{
    cursor: pointer;
    border:solid 8px green;
    border-left-color: black;
    border-top-color: black;
    border-bottom-color: forestgreen;
    border-right-color: forestgreen;
    cursor:pointer;
}

#test{
    font-size: 200px;
    width: 3%;
    touch-action: none;
    user-select: none;
    transform: translate(0px, 0px);
    position: absolute;
    top: 35%;
}

.menu{
    position: absolute;
    top: 17%;
    width: 5%;
    font-size: 15px;
    right:4%;

    display: inline-flex;
    flex-wrap: wrap;
    justify-content:center;
    align-content: space-around;
    flex-direction: column;

    height: 65%;
    gap: 40px;
}

.page{
    background-color: darkolivegreen;
    border:solid 8px green;
    border-left-color: forestgreen;
    border-top-color: forestgreen;
    border-bottom-color: black;
    border-right-color: black;
    padding: 3px;
    color: black;
    text-decoration: none;
    text-align: center;
}

.page:hover{
    border:solid 8px green;
    border-left-color: black;
    border-top-color: black;
    border-bottom-color: forestgreen;
    border-right-color: forestgreen;
    cursor:pointer;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
    cursor: auto;
  }
  
  a:link:active, a:visited:active {
    color: black;
  }

#screenshot {
    background-color: darkolivegreen;
    border:solid 8px green;
    border-left-color: forestgreen;
    border-top-color: forestgreen;
    border-bottom-color: black;
    border-right-color: black;
    padding: 3px;
    color: black;
    text-decoration: none;
    text-align: center;
    font-family: 'Special Elite', cursive;
}

#screenshot:hover{
    cursor:url(pen_1.png), auto;
    border:solid 8px green;
    border-left-color: black;
    border-top-color: black;
    border-bottom-color: forestgreen;
    border-right-color: forestgreen;
    cursor:pointer;
}

.right{
    color:rgb(81, 155, 81);
    font-size: 200px;
}

#pie {
    position: fixed;
    top: 23%;
    left: 25%;
    font-family: 'Noto Serif JP', serif;
}

#shu {
    position: fixed;
    top: 33%;
    left: 23%;
    font-family: 'Noto Serif JP', serif;
}

#dian {
    position: fixed;
    top: 17%;
    left: 21%;
    font-family: 'Noto Serif JP', serif;
    scale: 0.5;
    display: none;
}

#hengzhegou{
    position: fixed;
    top: 33%;
    left: 23%;
    font-family: 'Noto Serif JP', serif;
    display: none;
}

#heng{
    position: fixed;
    top: 20%;
    left: 23%;
    font-family: 'Noto Serif JP', serif;
    scale: 0.5;
    display: none;
    
}

#shugou{
    position: fixed;
    top: 25%;
    left: 23%;
    font-family: 'Noto Serif JP', serif;
    display: none;
}

#ti{
    position: fixed;
    top: 29%;
    left: 23%;
    font-family: 'Noto Serif JP', serif;
    scale: 0.8;
    display: none;
}

#turn_right{
    font-size:20px; 
    padding: -10px; 
    margin: 0px;
}

#turn_left{
    font-size:20px; 
    padding: -10px; 
    margin: 0px;
}

.answers {
    position: fixed;
    top: 28%;
    right: 25%;
    font-size: 30px;
    display: none;
    background-color: darkolivegreen;
    border-width: 12px;
    border-color:forestgreen;
    border-style:groove;
    padding: 3px;
    color: black;
    text-decoration: none;
    /* text-align: center; */
    font-family: 'Special Elite', cursive;
    padding: 10px;
    line-height: 40px;
}

li{
    background-color: rgb(109, 142, 51);
    font-style: italic;
    padding: 8px;
    line-height: 20px;
}

p{
    padding: 5px;
    height:45px;
    margin:0px;
    margin-bottom: 15px;
    font-size: 60px;
    text-align: center;
    line-height: 100px;
}

#div {
    font-family: 'Noto Serif JP', serif;
}

button {
    background-color: darkolivegreen;
    border:solid 8px green;
    border-left-color: forestgreen;
    border-top-color: forestgreen;
    border-bottom-color: black;
    border-right-color: black;
    /* padding: 3px; */
    color: black;
    text-decoration: none;
    text-align: center;
    font-family: 'Special Elite', cursive;
}

button:hover{
    background-color: darkolivegreen;
    border:solid 8px green;
    border-left-color: black;
    border-top-color: black;
    border-bottom-color: forestgreen;
    border-right-color: forestgreen;
    cursor:pointer;
}


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    /* padding: 20px; */
    background: darkolivegreen;
    border-radius: 5px;
    width: 50%;
    height: 50%;

    background-color: darkolivegreen;
    border-width: 12px;
    border-color:forestgreen;
    border-style:groove;
    

    position: relative;
    margin-top: 11%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .popup .close {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;

    display: inline-block;

    width:15px;
    height:15px;

    text-align: center;
    font-size: 15px;

    background-color: #c3c3c3;

    cursor: pointer;

    border:solid 3px green;
    background-color: darkolivegreen;
    border:solid 3px green;
    border-left-color: forestgreen;
    border-top-color: forestgreen;
    border-bottom-color: black;
    border-right-color: black;
  }
  .popup .close:hover {
    background-color: darkolivegreen;
    border:solid 3px green;
    border-left-color: black;
    border-top-color: black;
    border-bottom-color: forestgreen;
    border-right-color: forestgreen;
    cursor:pointer;
  }
  .popup .content {
    height: 100%;
    overflow: auto;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }

  h3{
    text-align: center;
  }

  .up {
    background-color: darkolivegreen;
    font-size: 25px;
    line-height: normal;
    padding: 15px;
    margin-left: 10px;
    text-align: start;
  }


