body {
        color: #2b2621;
        font-family: "Times New Roman";
        background-color:#574c42;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        text-align:center;
        margin:auto;
        padding:0;
        height: 100vh;
        width: 100vw;
        font-size:16px;
}

nav a {
  text-decoration: none;
  font-size: 22px;
  font-weight:bold;
  color: #e6ded4;
  text-shadow: 2px 2px 5px #222;
}

nav a:hover{
  color:#FFCC33
}

ul {
  list-style-type: none;
}


header {
  color:#574c42
}

.fruitstickers {
  width:80px;
  height:auto;
  float:right;
}

.sale {
  width:70px;
  height:auto;
  float:right;
}

.albumhead {
  color:#80661a;
  background-color:#ffe699;
}
.albumpic {
  height:auto;
width:100px;
float:left;
margin-right:5px;
 transition: filter 0.3s ease;


}

.albumpic:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);

    transform: translateY(-5px);
}

.bjorkparent {
  width:35%;
  height:auto;
  float:right;
}

aside {
  float:right;
  text-align: center;
  width: 30%;
  padding: 5px;
  background-color: #ccc6bf;
  overflow-x: hidden;
  overflow-y: auto;
   border:1px;
  border-style:solid;
  border-color:#2b2621;
}


.midleft {
  padding: 10px;
  background-color: #e6ded4;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align:left;
  border:1px;
  border-style:dashed;
  border-color:#2b2621;
  width:60%;
  height:50%;
  float:left;

}

.left {
  font-size:14px;
  float:left;
  text-align: left;
  width: 45%;
  height:20%;
  padding: 5px;
  background-color: #ccc6bf;
  overflow-x: hidden;
  overflow-y: scroll;
   border:1px;
  border-style:solid;
  border-color:#2b2621;
  margin-bottom:10px;
}

.aotw {
 float:right;
  text-align: left;
  width: 45%;
  height:auto; 
  border:3px;
  border-style:dashed;
  border-color:#FFCC33;
  background-color: #fff2cc;
  padding:5px;
  color:#40330d;
} 

.musicbar {
   width:100%;
  height:auto;
  float:left;
}
.main {
  display: flex;
  width: 700px;
  height: 500px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index:1

}

.page {
  flex: 1;
  padding: 15px;
  background-color: #e6ded4;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align:left;
}
  
  
.sidebar {
  justify-content: center;
  text-align:center;
  width: 170px;
  background-image: url("img/doublefeature.jpg");
  line-height: 1.6;
  background-size:cover;
  color: #e6ded4;
  padding:0px;
  
}

.freaks {
  transform: translate(-10px, -150px) rotate(-10deg);
  width: 200px;
  height: 100px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.blogging {
  transform: translate(720px, 20px) rotate(3deg);
  width: 215px;
  height: 212px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.innards {
  transform: translate(-500px, 200px) rotate(-5deg);
  width: 232px;
  height: 179px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.syria {
  transform: translate(280px, 250px) rotate(10deg);
  width: 104px;
  height: 140px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
   
}

.loser {
  transform: translate(-700px, -5px) rotate(-2deg);
  width: 132px;
  height: 129px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  
}
        
.postcard {
  transform: translate(180px, 200px) rotate(-2deg);
  width: 206px;
  height: 134px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.paperheart{
  width:102px;
  height:150px;
  margin-top:10px;
  margin:auto;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.stamp {
  width:99px;
  height:56px;
  display:inline-block;
  margin:10px
}


footer {
  position:absolute;
  left:37%;
  top:90%; 
  color:#e6ded4;
  font-size:10px
}

footer a:link {
  color:#FFCC33;
}
footer a:visited {
  color:#B28E23
}

blockquote {
  font-size:14px;
}

hr {
  width:50%
}

