
body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    background-image:url(https://i.imgur.com/fnI9fik.jpg);
background-attachment:fixed;
    color: #fffff8;
    max-width: 85%;
font-family:cursive;
}

#container1{display: flex;
width:100%;
flex-wrap: wrap;}
#container1>div{margin:10px;
width:40%;
padding:10px;}
#container1 a{color:white;
text-decoration: dotted underline;}
#container1 a:hover{color:pink;
text-decoration: dotted underline;}

Prose {width: auto;
border: 1px solid white;
color: white;
display: block;
 margin-top: 1rem;
    margin-bottom: 1rem;

box-sizing: border-box;
padding: 1rem;
margin-right:10px;

}



h1 {
    font-weight: 800;
    margin-top: 2.1rem;
    margin-bottom: 1.5rem;
    font-size: 3.2rem;
    line-height: 1;
font-family:sans-serif;
}

h2 {
    font-weight: 500;
    margin-top: 1.7rem;
    margin-bottom: 1.4rem;
    font-size: 2.2rem;
    line-height: 1;
font-family:sans-serif;
}

h3 {
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1.4rem;
    line-height: 1;
font-family:EB Garamond;
}

lilbutton{
 content: "";
        position: fixed;
        top: 6em;
font-family:sans-serif;
        right: 40px;
        width: 5em;
        height:1.6em;
background-color:grey;
border-radius:10px;
text-align:center; 
font-size:20px;
padding:4px 4px;
       border:1px transparent;
        box-sizing: content-box;}

hr {
    
    height: 10px;
    width: 55%;
    border: 0;
    border-top: 5px solid #ccc;
    margin: 1em 0;
animation:blink 1s infinite;
box-shadow:10px 5px 28px blue;
    padding: 0;

font-family: sans-serif;
  position: relative;

}


.flex-containerpent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 4px 4px 8px 14px red;
width:20%;
}

.flex-pent {
  margin: 5px;
  width: 20%;
  padding: 5px;
}

@keyframes blink {
  0%, 25% {
    opacity: 1;
  }
  50%, 75% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.pentagon1,
.pentagon2,
.pentagon3,
.pentagon4,
.pentagon5,
.pentagon6,
.pentagon7{
  position: relative;
  width: 50px;
  height: 50px;
  background-color: blue;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  animation: move 3s linear infinite; /* Adjust duration and timing function as needed */
}

.pentagon1 {
  animation: blink 3.5s infinite;
  animation-delay: 0s;
}

.pentagon2 {
  animation: blink 3.5s infinite;
  animation-delay: 0.2s;
}

.pentagon3 {
  animation: blink 3.5s infinite;
  animation-delay: 0.4s;
}

.pentagon4 {
  animation: blink 3.5s infinite;
  animation-delay: 0.6s;
}

.pentagon5 {
  animation: blink 3.5s infinite;
  animation-delay: 0.8s;
}

.pentagon6 {
  animation: blink 3.5s infinite;
  animation-delay: 1s;
}

.pentagon7 {
  animation: blink 3.5s infinite;
  animation-delay: 1.2s;
}

img {border-radius:30%;}


p {

    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    display: block;
    line-height: 0.5;
font-family:sans-serif;
}

p.subtitle {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    display: block;
    line-height: 0.5;
}

.numeral {
    font-family: "Letter Gothic";
}

.danger {
    color: red;
}

article {
    padding: 5rem 0rem;
}

section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

p,
dl,
ol,
ul {
    font-size: 1rem;
    line-height: 2rem;
}

p {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    padding-right: 0;
    vertical-align: baseline;
}

/* Chapter Epigraphs */
div.epigraph {
    margin: 5em 0;
}

div.epigraph > blockquote {
    margin-top: 3em;
    margin-bottom: 3em;
}

div.epigraph > blockquote,
div.epigraph > blockquote > p {
    font-style: italic;
}

div.epigraph > blockquote > footer {
    font-style: normal;
}

div.epigraph > blockquote > footer > cite {
    font-style: italic;
}
/* end chapter epigraphs styles */

blockquote {
    font-size: 1.4rem;
}

blockquote p {
    font-size: 1.2rem;
    width: 60%;
    margin-right: 50px;
}

blockquote footer {
    width: 55%;
    font-size: 1.1rem;
    text-align: right;
}

section > p,
section > footer,
section > table {
    width: 55%;
}

/* 50 + 5 == 55, to be the same width as paragraph */
section > dl,
section > ol,
section > ul {
    width: 50%;
    -webkit-padding-start: 5%;
}

dt:not(:first-child),
li:not(:first-child) {
    margin-top: 0.25rem;
}

#goodeffect img:hover {transition: all 0.3s ease-in-out;
transform: scale(1.3,1.3);
 }

#goodeffect1 a:hover {color:skyblue;
font-size: scale(2,2);
transition: all 0.3s ease-in-out;transform: scale(2,2);
 }


/* home page*/
@keyframes mymove {
  from {left: -30%;}
  to {left: 1%;}
} 

#animation0 {animation-timing-function: ease;
font-family: sans-serif;
display:block;
  width: 100%;
 
  background-color: ;
  font-weight: ;
  position: relative;
  animation: mymove 4s;
  animation-fill-mode: forwards;}


@keyframes mymove2 {
  from {right: -30%;}
  to {right: 0%;}
 
} 

#animation2 {animation-timing-function: ease;
font-family: sans-serif;
display:block;
  width: 100%;
 font-size:25px;
  background-color: ;
  font-weight: ;
  position: relative;
  animation: mymove2 5s;
  animation-fill-mode: forwards;
}







/* library page*/
@keyframes Genremove {
  from {top: -30%;}
  to {top: 0%;}
 
} 

#animation1 {animation-timing-function: ease;
font-family: sans-serif;
display:block;
  width: 100%;
 
  background-color: ;
  font-weight: ;
  position: relative;
  animation: Genremove 2.5s;
  animation-fill-mode: forwards;}


@keyframes Booksmove {
  from {left: -30%;}
  to {left: 1%;}
} 

#animation3 {animation-timing-function: ease;
font-family: sans-serif;
display:block;
  width: 100%;
 
  background-color: ;
  font-weight: ;
  position: relative;
  animation: Booksmove 2.5s;
  animation-fill-mode: forwards;}



#ddmenu
{
    display:block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:left; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
}
#container {
  display: flex;
  flex-wrap: wrap;
}
#smooth{
margin:40px auto 30px; width:device-width; font-family: EB Garamond 12 Regular; color:white;  padding:20px; border-radius:20px; border:2px solid white}
#ddmenu ul
{ margin:0 auto;
    padding:0;
    text-align:center; /* Alignment of each top-level menu items within the UL */
    width:100%;
    font-size:0;
    background:#464141;
    display:inline-block;
background-color:rgba (0,0,0,0.5) ;
    list-style:none;
    position:center;
    z-index:999999990; 
    max-width:100%;
border:2px solid rgba(255,255,255,0.2);
border-radius:0px;
}
.active{
  background-color: #04AA6D;
  color: white;}

#ddmenu li
{ margin:0;
    
    font-size:20px;
    display:inline-block;
   
    zoom:1; /*for IE6-7*/
    position:relative;
    color:#eee;
    line-height:26px; /*This determines the height of the menu*/
    vertical-align:middle;
    transition:background-color 0.2s;
    outline:none;
	-moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#ddmenu .full-width {
    position: absolute;

}

#ddmenu .over
{
    color: black;
background-color:#ddd;
}

#ddmenu .over.no-sub {
    
}

#ddmenu .top-heading
{
    
    margin:0 10px;
    color:inherit;
    text-decoration:none;
    display:block; 
    outline:0;
    cursor:pointer;
}

/* links of top-heading */
#ddmenu a, #ddmenu a:link, #ddmenu a:hover
{
    color:inherit;
padding:15px;
border:0;
}
#ddmenu a:hover




/* caret(arrow icon) */
#ddmenu .caret
{
    color:inherit;
    left:0px;
    width: 0;
    height: 0;
    overflow:hidden;/*for IE6*/
    vertical-align:middle;
    margin-bottom:2px;
    border-top: 4px solid;/*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
}  
        
/* sub-menu layout
----------------------------*/

#ddmenu .dropdown
{
    width:auto;    
    left:0px;
    color:#000;
    padding:0;margin:0;display:none;position:absolute;overflow:hidden;
    top:100%;
    border:1px solid rgba(255,255,255,0.35);
border-top:none;
border-radius:2px;
background-color:rgba(0,0,0,0.2);
background-color:#ccc \9;/*fallback for old IE*/
}

#ddmenu .full-width .dropdown {
    width:100%;
    padding:0;
    margin:0;
}

#ddmenu .offset300 {
    left:-300px;right:auto;
}

#ddmenu .right-aligned {
    left:auto;
    right:0px;
}

#ddmenu .over .dropdown
{
    display:block;
}

#ddmenu .dd-inner {
    text-align:center;
    padding:20px;
    margin:16px;
    background-color:#fff;
    white-space:nowrap;
    font-size:13px;
}

#ddmenu ul ul
{ 
    margin:0;padding:0;text-align:left;width:auto;background:none;border:none;display:block;position:static;z-index:0;border-radius:0;
}

#ddmenu ul ul li
{
    font-size:13px;
    padding:6px 0; /*It determines the line height*/
    color:inherit;
    line-height:1;
    margin:0;display:block;position:static;background:none;border:none;transition:none;border-radius:0;
}
  
/* links in sub menu
----------------------------*/

#ddmenu .dropdown a
{
    color:white;
    line-height:1;
    text-decoration:none;
    transition:color 0.4s;
padding:40px;
}

#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus
{
    text-decoration:none;
    color:#09F;
padding:40px;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu .column
{
    text-align:left;
    vertical-align:top;/*or middle*/
    display:inline-block;
    *display:inline;*zoom:1;
    white-space:normal;
    width:auto;min-width:200px;
padding:0 30px;
border-right:1px solid #999;
}

#ddmenu .dd-inner ul:last-child
{
    border-right:none;
}

  

#ddmenu div.column h3 {text-transform:uppercase;}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {display:none;}

/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon   
{
    display:none; /* hide menu icon initially */
}

hr {vertical-align:center;
height:2px;
margin:auto;
width: 100%;}

/*styles for mobile*/
@media only screen and (max-width: 850px) 
{
    #ddmenu .column.mayHide {
        display:none;

    }
hr {vertical-align:center;
height:2px;
width: 100%;}
    /*override the original settings*/
    #ddmenu ul {
        width: 100%; 
        display: none;
        border-radius:0;
         
    }
	
    #ddmenu li {
        position:relative;
        display:block;
        font-size:20px;
        text-align:left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-radius:0;
    }

    #ddmenu .full-width {
        position: relative;
    }
    
    #ddmenu .dropdown {
        position:relative;
        *top:auto;/*for IE7*/
        border:none;
        border-radius:0;
        box-shadow:none;
        background-color:#FFF;
    }
    
    #ddmenu .offset300 {
        left:0;
    }

    #ddmenu .full-width .dropdown {
        width: auto;
    }
        
    #ddmenu .dd-inner
    {
        margin:0;
        background:none;
        text-align:left;
    }
    
    /*turn each column to list vertically instead of horizontally */
    #ddmenu .column {
        width:auto;
        padding:0;
        border:none;
        display:block;
    }

    /*move the arrow icon to right*/
    #ddmenu .caret {
        position:absolute;
        left:auto;
        right:14px;
        top:20px;
        border-width:5px;
    }


    /* All the following are for the .menu-icon (pure CSS) */
    #ddmenu .menu-icon {
        font-size:32px;/*icon size*/
		display: block;
        position: relative;
		width: 40px;
		height:36px;
        text-align:center;
		cursor: pointer;
		-moz-user-select:none;		
        -webkit-user-select: none;
        background-color: #eee;
        border-radius: 3px;

        margin-bottom:6px;
        /*align the icon to the right*/
        margin-left: auto;
        margin-right: 11px;
    }

    #ddmenu .menu-icon::before {
        content: "";
        position: absolute;
        top: 0.25em;
        left: 4px;
        width: 1em;
        height: 0.125em;
        border-top: 0.375em double #333;
        border-bottom: 0.125em solid #333;
        box-sizing: content-box;
    }

    #ddmenu .menu-icon-active {
        background-color: black;
    }

    #ddmenu .menu-icon-active::before {
        border-color: #eee;
    }
}
.active{
  background-color: #04AA6D;
  color: white;
}
.h1 h1{ background-color: #383838;
  font-family: "Letter Gothic", "Book Antiqua", Georgia, serif;
  text-rendering: optimizeLegibility;
  font-size: 35px;
}
@charset "UTF-8";

/* This CSS is directly from Tufte CSS, with some variations */
* {
  margin: 0
}

@font-face {
   
    
    font-weight: normal;
    font-style: normal;
}
/* Tufte CSS styles */

@media (max-width: 480px) {
  html {
    font-size: 14px
  }
}

body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    background-image:url(https://i.imgur.com/fnI9fik.jpg);
background-attachment:fixed;
    color: #fffff8;
    max-width: 85%;
}


hr {vertical-align:center;
height:2px;
margin:auto;
width: 100%;}

h1 {
    font-weight: 800;
    margin-top: 2.1rem;
    margin-bottom: 1.5rem;
    font-size: 3.2rem;
    line-height: 1;
font-family:EB Garamond;
}

h2 {
    font-weight: 500;
    margin-top: 1.7rem;
    margin-bottom: 1.4rem;
    font-size: 2.2rem;
    line-height: 1;
font-family:EB Garamond;
}

h3 {
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1.4rem;
    line-height: 1;
font-family:EB Garamond;
}



p {

    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    display: block;
    line-height: 0.5;
font-family:EB Garamond;
}

p.subtitle {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    display: block;
    line-height: 0.5;
}

.numeral {
    font-family: "Letter Gothic";
}

.danger {
    color: red;
}

article {
    padding: 5rem 0rem;
}

section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

p,
dl,
ol,
ul {
    font-size: 1rem;
    line-height: 2rem;
}

p {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    padding-right: 0;
    vertical-align: baseline;
}

/* Chapter Epigraphs */
div.epigraph {
    margin: 5em 0;
}

div.epigraph > blockquote {
    margin-top: 3em;
    margin-bottom: 3em;
}

div.epigraph > blockquote,
div.epigraph > blockquote > p {
    font-style: italic;
}

div.epigraph > blockquote > footer {
    font-style: normal;
}

div.epigraph > blockquote > footer > cite {
    font-style: italic;
}
/* end chapter epigraphs styles */

blockquote {
    font-size: 1.4rem;
}

blockquote p {
    font-size: 1.2rem;
    width: 60%;
    margin-right: 50px;
}

blockquote footer {
    width: 55%;
    font-size: 1.1rem;
    text-align: right;
}

section > p,
section > footer,
section > table {
    width: 55%;
}

/* 50 + 5 == 55, to be the same width as paragraph */
section > dl,
section > ol,
section > ul {
    width: 50%;
    -webkit-padding-start: 5%;
}

dt:not(:first-child),
li:not(:first-child) {
    margin-top: 0.25rem;
}

figure {
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    max-width: 55%;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0 0 3em 0;
}


figcaption {
    float: right;
    clear: right;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    vertical-align: baseline;
    position: relative;
    max-width: 40%;
}

figure.fullwidth figcaption {
    margin-right: 54%;
}

#container1{display: flex;
width:100%;
flex-wrap: wrap;}
#container1>div{margin:10px;
width:100%;
padding:10px;}
#container1 a{color:white;
text-decoration: dotted underline;}
#container1 a:hover{color:pink;
text-decoration: dotted underline;}
#container1 h2 {font-size:22px;}

Prose {width: auto;
border: 1px solid white;
color: white;
display: block;
 margin-top: 1rem;
    margin-bottom: 1rem;

box-sizing: border-box;
padding: 1rem;
margin-right:10px;

}


a:link,
a:visited 
{
    color: inherit;
}

