

*{ padding: 0; margin: 0; }

.fit{ width: 89.4vw;}
.right{ right: 5vw; border: 0.3vw black solid;}
h1 {
 padding: 2.25vw 0;
 margin: 0;
  font-family: sans-serif;
  font-size: 5.732vh;
  background: blue;
  -webkit-text-stroke: 0.38vh black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 {
  padding: 2.25vw 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 4.588vh;
  background: blue;
  -webkit-text-stroke: 0.31vh black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h3 {
  padding: 2.25vw 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 3.444vh;
  background-color: blue;
  -webkit-text-stroke: 0.23vh black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
p {
color: black;
font-family: sans-serif;
font-size: 4.5vw;
padding: 2.25vw 0;
}
.pc1{
    max-width: 90vw;
    border: 0.3vw black solid;
    background: white;
}
.imgp{ height: 4.5vw;}
.tab1 {
display: flex; justify-content: space-between; border: 1px black solid; background-color: white; width: 90vw;
}
.tab2{ padding: 0; margin: 0; display: flex; justify-content: space-between; border: 1px black solid; background-color: white; width: 90vw;}
.code {
border-left: 8px solid blue;
text-align: left;
background-color: gray;
}
.code p{
display: table; /* keep the background color wrapped tight */ margin: 0px auto 0px auto; /* keep the table centered */ padding:5px;font-size:3rem;color:black;
text-align: left; word-break:break-all; 
}
span[class=lime]{
color: lime;
 -webkit-text-stroke: 0.1vh black;
}
span[class=green]{
color: green;
 -webkit-text-stroke: 0.1vh black;
}
span[class=red]{
color: red;
 -webkit-text-stroke: 0.1vh black;
}
span[class=cyan]{
color: cyan;
 -webkit-text-stroke: 0.1vh black;
}
span[class=yellow]{
color: yellow;
 -webkit-text-stroke: 0.1vh black;
}
.all {margin:0;background:lightgray;padding:0 5vw; padding-top:18vw;text-align:center;word-break:normal;}
.all1 {margin:0;background:lightgray;padding:0 5vw; text-align:center;word-break:normal;}
body {background:lightgray; width: 100vw; min-height: 100vh;display: flex;
  flex-direction: column;
}
main{ flex: 1;}
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}
.put { width:100%;min-height:5vh;font-size:2.5vh;border: 1px solid black; }
input[class=sub] { width:100%;height:5vh;display:inline;background-color:DodgerBlue;font-size:2.5vh;border: 1px solid black;}

.main {
  padding: 0px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}
kbd kbd { background: #eaeaea; border: 1px solid #ccc; margin: 0 .1em; padding: .25em; }

img .imgcnt { width:970px; border: black 2px solid;}
}

.i5501{ font-size: 2.3vh; padding: 1vh 0; margin: inherit;}
.i5502{ font-size: 2.3vh; padding: 1vh 0; margin: inherit;}




.sfont { background-color: green; font-size:2vw; display: flex; justify-content: space-between; width: 80vw; padding: 0vw 10vw 0vw 10vw; color: cyan;}
.sfont a { font-size:2.3vh; color:cyan; text-decoration: none;}

.d005{ width: 20vw;}
.d004{
height:4.5em;display: flex; justify-content: space-between;
}
.d003{
height:4.5em;display: flex; justify-content: space-between;
}
.d002{
float: left; width:12vw; height:12vw;margin-top:2.5vw; border-radius: 50%;
}
.d001{
border: 0.5vw solid green; overflow:auto;
}


@media only screen and (min-width: 1000px), 
       only screen and (orientation: landscape), only screen and (display-mode: fullscreen) {
    
    .fit{ width: 49.8vw;}
    .right{ right: 25vw; border: 0.1vw black solid ;}
h1 {
  padding: 1vw 0;
  font-family: sans-serif;
  font-size: 2.5vw;
  background: blue;
  -webkit-text-stroke: 0.15vw black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 {
  padding: 1vw 0;
  font-family: sans-serif;
  font-size: 2vw;
  background: blue;
  -webkit-text-stroke: 0.125vw black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h3 {
 padding: 1vw 0;
  font-family: sans-serif;
  font-size: 1.5vw;
  background-color: blue;
  -webkit-text-stroke: 0.1vw black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
p {
color: black;
font-family: sans-serif;
font-size: 1vw;
padding: 1vw 0;
}
.imgp{ height: 1vw;}
.pc1{
    width: 50vw;
    border: 0.1vw black solid;
    background: white;
}
.tab1 {
display: flex; justify-content: space-between; border: 0.1vw black solid; background-color: white; width:50vw;
}
.tab2 {
display: flex; justify-content: space-between; border: 0.1vw black solid; background-color: white; width:50vw;
}
.code {
border-left: 8px solid blue;
text-align: left;
background-color: gray;
}
.code p{
display: table; /* keep the background color wrapped tight */ margin: 0px auto 0px auto; /* keep the table centered */ padding:5px;font-size:3rem;color:black;
text-align: left; word-break:break-all; 
}
span[class=lime]{
color: lime;
 -webkit-text-stroke: 0.1vh black;
}
span[class=green]{
color: green;
 -webkit-text-stroke: 0.1vh black;
}
span[class=red]{
color: red;
 -webkit-text-stroke: 0.1vh black;
}
span[class=cyan]{
color: cyan;
 -webkit-text-stroke: 0.1vh black;
}
span[class=yellow]{
color: yellow;
 -webkit-text-stroke: 0.1vh black;
}
.all {margin:0;background:lightgray;width: 50vw; text-align:center;word-break:normal; padding: 4.5vw 25vw 0 25vw; text-align: center;}
.all1 {margin:0;background:lightgray;width:50vw; text-align:center;word-break:normal; padding: 0 25vw; text-align: center;}
body {background:lightgray; width: 100vw;}
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}
.put { width:30vw;min-height:3vw;font-size:1.5vw;border: 1px solid black; }
input[class=sub] { width:30vw;height:3vw; display:inline;background-color:DodgerBlue;font-size:1.5vw;border: 1px solid black;}

.main {
  padding: 0px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}
kbd kbd { background: #eaeaea; border: 1px solid #ccc; margin: 0 .1em; padding: .25em; }

img .imgcnt { width:970px; border: black 2px solid;}

.i5501{ font-size: 1vw; padding: 1vw 0; margin: inherit;}
.i5502{ font-size: 1vw; padding: 1vw 0; margin: inherit;}


.sfont { background-color: green; font-size:2vw; display: flex; justify-content: space-between; width: 40vw; padding: 0vw 30vw 0vw 30vw; color: cyan;}
.sfont a { font-size:1vw; color:cyan; text-decoration: none;}
.d005{ width: 10vw;}
.d004{
display: flex; justify-content: space-between;
font-size: 1.25vw; margin-top: 0;
}
.d003{
display: flex; justify-content: space-between;
margin-top: 0; font-size: 1.25vw;
}
.d002{
float: left; width:7vw; height:7vw;margin-top:1vw; margin-bottom: 1vw; border-radius: 50%;
}
.d001{
border-left: 0.4vw solid green; border-right: 0.4vw solid green; border-top: 0.2vw solid green; border-bottom: 0.2vw solid green; overflow:auto;
height: 9vw;
}


}









