

html {
    box-sizing: border-box;
    background-image: linear-gradient(rgb(173, 173, 173)20%, rgb(0, 0, 0)100%);
    /* height: 100%; */
}

* {
    box-sizing: inherit;
    /* border: 1px #999 dotted; */
}


body {
    /*Set default fonts for the whole page*/
    font-family: EB Garamond, baskerville, serif;
    font-weight: 100;
    font-style: normal;
    font-size: 2em;
     
}

nav{
    margin-bottom: 2em;
    margin-left: .5em;
}

/* main {
    
     padding: 2em;
 } */

div {
    font-size: .5em;
    
    float: left;
}

h1 {
    margin-left: 10px;
    color: rgb(255, 255, 255);
    font-weight: 1500;
    font-family: EB Garamond, baskerville, serif;
    font-style: bold;
}
h4{
    color:#fff;
    font-weight:20;
    margin-left: 25pt;
}

/* poem section */

.line1{
    color: #000000;
    font-size: larger;
    width: 23%;
    height: 150px;
    margin: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0.5em;
    float: left;
    box-shadow: 10px 10px 10px #1cd8f0;

} 

.line2{ 
    width: 100px;
    height: 100px;
    margin: 15px;
    background-color: #1cd8f0;  
    border-radius: 200px;
    float: left;
    align-content: center;
    text-align: center;
    padding-top: .50em;
    color: #000000;
    font-weight:bold;
    font-size: 20pt;

}

.line3{
    color: #000000;
    font-size: small;
    width: 70px;
    height: 140px;
    margin: 12px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0.5em;
    float: left;
    
}

.line4{
    color: #000000;
    font-size: small;
    width: 70px;
    height: 140px;
    margin: 12px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0.5em;
    float: left;
}

.line5{
    width: 200px;
    height: 200px;
    margin: 20px;
    background-color: #1cd8f0;  
    border-radius: 200px;
    float: left;
    align-content: center;
    text-align: center;
    padding-top: .50em;
    color: #ffffff;
    box-shadow: 10px 10px 10px #ffffff;
    font-size: larger;
}

.line6{
    color: #000000;
    font-size: 15pt;
    width: 140px;
    height: 70px;
    margin: 12px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0.5em;
    float: left;

}

.line7{
    color: #000000;
    font-size: larger;
    width: 23%;
    height: 120px;
    margin: 8px;
    background-color: #1cd8f0;
    border-radius: 10px;
    padding: 0.5em;
    float: left;
    box-shadow: 10px 10px 10px #ffffff;
}

.line8{
    color: #000000;
    font-size: 15pt;
    width: 160px;
    height: 90px;
    margin: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0.5em;
    /* float: left; */
}

.line9{
    width: 200px;
    height: 200px;
    margin: 20px;
    background-color: #1cd8f0;  
    border-radius: 200px;
    float: left;
    align-content: center;
    text-align: center;
    padding-top: .50em;
    color: #ffffff;
    box-shadow: 10px 10px 10px #ffffff;
    font-size: larger;
}

.line10{
    width: 200px;
    height: 200px;
    margin: 20px;
    background-color: #000000;  
    border-radius: 200px;
    /* float: left; */
    align-content: center;
    text-align: center;
    padding-top: .50em;
    color: #ffffff;
    /* box-shadow: 10px 10px 10px #989898; */
    font-size: 25pt;

}

.line11{
    color: #ffffff;
    font-size: 15pt;
    width: 160px;
    height: 90px;
    margin: 15px;
    background-color: #000000;
    border-radius: 10px;
    padding: 0.5em;
    float: left;
}

.line12{
color:#fff;
font-size: 20pt;
float:left;
width: 250px;
 height: 300px;
 margin: 20px;
 background-color: #595959;
 text-align-last: auto;
 border-radius: 15px;
}

.endtext {
    color: #fff;
    font-size: 25pt;
    /* text-align: left; */
    float: inline end;
    padding-top: 70pt;
    
}











/* end poem section */
.divide {
    /* BREAKS THE FLOAT */
    margin-top: 10px;
    clear: left;
    height: 10px;
}


/* GENERAL BOX EFFECTS */

.shadow {
    box-shadow: 10px 10px 8px #000000;
}

.whitetext {
    color: #fff;
}

.square, .medium_square, .large_square, .rectangle, .small_circle {
    font-size: 15px;
}

.bigger-font {
    font-size: 4em;
}


/*/ / / TOP NAVIGATION AREA / / /*/




/*/ / / PAGE SECTIONS / / /*/



main {
    /*This adds styles to just the main content area. */
}

footer {
    /*Specific styles for just the footer. */
    font-size: .8em;
    clear: left;
    padding-top: 1em;
    color: #aaa;
    background-color: #000000;
}



/* / / / REGULAR PAGE LINKS / / / */

 footer {
 position: fixed;
 left: 0;
 bottom: 0;
 width: 100%;
 
 }

 .topnav {
    background-color: #333;
    overflow: hidden;
  }
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  .topnav a:hover {
    background-color: #ddd;
    color: rgba(0, 0, 0, 0.62);
  }
  .topnav a.active {
    background-color:  #f56b26;
    color: white;
  }
  
  nav a:active {
      color: #ffffff;
      background-color: #000000;
  }
 
  a{
    color: #f56b26;
    font-size: 1em; 
    font-weight: bold;
    font-family: 'Rubik Mono One', monospace;
  }
  a:hover {
    color: rgb(59, 19, 189);
  }

/* ////////// FRANKLIN GOTHIC //////// */


/*
FranklinGothic URW Book

font-family: franklin-gothic-urw, sans-serif;

font-weight: 400;

font-style: normal;


FranklinGothic URW Demi

font-family: franklin-gothic-urw, sans-serif;

font-weight: 700;

font-style: normal;


FranklinGothic URW Book Italic

font-family: franklin-gothic-urw, sans-serif;

font-weight: 400;

font-style: italic;


FranklinGothic URW Demi Italic

font-family: franklin-gothic-urw, sans-serif;

font-weight: 700;

font-style: italic;



*/