h1 { text-align: center;
font-style: italic;
background-color: rgb(29, 29, 59); opacity: 70%;
font-family:'Courier New', Courier, monospace, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color: rgb(10, 221, 193);font-size: 800%;
}

h2 { text-align: center;
    color: white;
font-size: 400%;
font-style: italic;
}

P { text-align: left;
    font-size: x-large;
   
margin: 80px;}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.Chapter1 {
   
 color: white;
text-indent: 5%;
margin: 2%;
margin-left: 13%;
margin-right: 10%;
}

a { 
    text-align: center;
}

.Selection{ text-align: center;
    color: white;
font-size: 200%;
font-style: italic;
text-shadow:
-1px -1px 0 #000000,
1px -1px 0 #0f0c0c,
-1px 1px 0 #030303,
1px 1px 0 #000000; ;
}

.strokeme
{
    color: white;
    text-shadow:
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #10e3ff,
    1px 1px 0 #1cfff4;  
}

.strokemeblack
{
    color: rgb(12, 4, 31);
    text-shadow:
    -1px -1px 0 #000000,
    1px -1px 0 #010103,
    -1px 1px 0 #041416,
    1px 1px 0 #010f0f;  
}

  
.myDiv {
    border: 5px outset rgb(21, 35, 56);
    background-color: rgb(16, 97, 124);
    text-align: center;
    margin-left: 23%;
    margin-right: 23%;
    margin-top:  7%;
  }

  .myDivtwo {
    border: 5px outset rgb(21, 35, 56);
    background-color: rgb(16, 97, 124);
    text-align: center;
    margin-left: 18%;
    margin-right: 18%;
    margin-top:  7%;
  }

  .myDivheader {
    border: 5px outset rgba(21, 35, 56, 0);
    background-color: rgba(16, 97, 124, 0);
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    margin-top:  7%;
  }

  .container { 
    width: 80%; 
    margin: 0 auto; 
    
  }

  .outline {
    width: 100%;
    height: 100%;
    margin: 0; /* Space from this element (entire page) and others*/
    padding: 0; /*space from content and border*/
    border: solid blue;
    border-width: thin;
    overflow:hidden;
    display:block;
}

.Grad {
    background-image: linear-gradient(to bottom right, rgb(28, 39, 70), rgb(128, 255, 234));
}

.Gradtwo {
    background-image: linear-gradient(to bottom , rgb(76, 238, 250),rgb(57, 109, 112), rgb(27, 23, 73));
}

.Night2Morn {
    background-image: linear-gradient(to bottom ,  rgb(27, 23, 73),rgb(112, 116, 108), rgb(219, 218, 157));
}




.tab { position: fixed; 
top: 0%;
right:30%;  }

.lefttab { position: fixed; 
    top: 0;
    left: 30%;  }


.sticker { position: absolute;
}









