/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background: white url() no-repeat ;
  background-size: 100% 25%;
  background-position: 0px 50px ;
  background-color:#F4E1BC;
  color: #443659 ;
  font-family: "Sour Gummy", sans-serif;
  margin-left:20%;
}


.container {
  position: fixed ;
  top:0px;
  
}


.topbar {
  max-width:100%;
  height:15px;
  left:1px;
  
}
  
  

.banner {
    position:fixed ;
    left:-5px;
    top:40px;



}

.waw {
    position: fixed ;
    font-family :Pangolin ;
  font-size: 20px;
  margin-top : -12%;
  margin-left : 50%;
  
  
  
  
}


.pangolin-regular {
  font-family: "Pangolin", cursive;
  font-weight: 400;
  font-style: normal;
}

.pangolin-regular {
  font-family: "Pangolin", cursive;
  font-weight: 400;
  font-style: normal;
}



.cover {
  margin-top:-15px;
  
}

.topbar {
  width : 1150px;
  height:20px;
  position: fixed ;
  top: 0px;
  
}
.cross {
  right:-16.5%;
  top: 3px;
}

#navigation {
    position: absolute;
    top: 150;
    left: 0;
    width: 200px;
}

#index {

    margin-left: 200px;
}

#navigation ul {
  position: fixed;
  margin-top:-1.8%;
  padding:0px;
  padding-top:50px;
  
  padding-right:3px;
  list-style:none;
  background:#8CB98D url(artnavi.jpeg) ;
  width:175px; 
  height:100%;
}
#navigation ul a {
  color: #443659 ;
  font-weight:bold;
  font-size:15px;
  font-family:Pangolin;
			text-decoration: none;
			display: block;
			background:#F5D3E3;
			
			border-bottom: 8px solid #F4BCCD;
			border-right:8px solid #F4BCCD;
			padding: 8px  ;
			padding-left:10px;
			margin: 0 8px 10px 5px;
  
}
#navigation a:visited {
  color:#6B6895
}
#navigation ul img {
  position:fixed;
  
  margin-left:10px;
}

h2 {
  width:70%;
  display:block;
  font-weight:400;
  background:#FFFAE5;
  padding:15px;
  border:3px solid #6C6547;
  margin-right:2px;

} 
  
  #intro {
    width:12em;
     border-top:1em solid #D1B6DE;
     border-left:1em solid #D1B6DE;
     border-right:1em solid #C4AEE0;
     border-bottom:1em solid #C4AEE0;
    float:right;
			background:#D1B6DE;
			display: block;
  margin:auto;
  }

#intro img {
  display: block;
  margin:auto;
 margin-bottom:10px;
  
  
}

#intro img[src="https://i.postimg.cc/rFSwTYxt/IMG_2767.jpg"] {
float:left; 

}

#stack {
  float:left; 
}


.scroll
{
width:100px;
height:100px;
overflow:scroll;
float: left;
}
