@charset "UTF-8";

body{background-color: antiquewhite}

#wrapper{margin: 0 auto;
max-width:980px;min-width:980px;
	min-height:780px;
    background-image: url(images/1c.jpg);
    background-repeat: no-repeat;
border-radius:60px;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
padding-bottom:100px;}

header{text-align: right;
	margin-bottom:55px;
}

aside{float:left;
display:inline;
width:270px;
}

article{
    float: right;
    background-color: rgba(250,235,215,0.54);
    border-radius: 20px;
    padding: 20px;
    display:inline;
    margin-left:30px;
   max-height:600px;
        overflow:auto;
    width:640px;
}

.poemfloat{float:left;

}
.imgfloat{float:right;
width:300px;
border-radius:15px;
margin-left:15px;
}
#pit{margin-bottom:15px;}

aside ul li{list-style:none;}
aside ul li a{text-decoration: none;}

h1{font-family: 'Rhodium Libre', serif;
color:darkorange;
font-size:60px;}
h1 a{color:darkorange;}
h1 a:hover{color:white;}

h2{font-family: 'Zilla Slab Highlight', serif;}
h3{font-family: 'Rhodium Libre', serif;
color:darkorange;}

a{font-family: 'Rhodium Libre', serif;
text-decoration: none;
color:deeppink;}
a:hover {color:white;}

p{font-family: 'Roboto Mono', monospace;}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: antiquewhite;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: darkorange;
}
