body {
  background-image: url('images/art_page/art_page_animations/0d91ec6e1e8de9874f47ec2702411d55.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  font-family: Verdana;
  color: black;
    height: 800px;
}



#fanart {
    background-color: white;
        background-size: auto;
        height: 600px;
        width: 1000px;
        border: 2px solid cornflowerblue;
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
     position: absolute;
        top: 150px;
    left: 270px;
    overflow-y: scroll;
      box-sizing: border-box;
      
    
div.gallery {
  border: 1px solid #ccc;
        height: 550px;
    width: 800px;
    margin: 10px;
    flex-direction: column;
    color: black;
}

    #animation1 {
        position: absolute;
        top: 10px;
        left: 90px;
    }

     #animation2 {
        position: absolute;
        top: 610px;
        left: 90px;
    }
    
     #animation3 {
        position: absolute;
        top: 1210px;
        left: 90px;
    }
    
     #animation4 {
        position: absolute;
        top: 1810px;
        left: 90px;
    }
    
     #animation5 {
        position: absolute;
        top: 2410px;
        left: 90px;
    }

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery iframe {
  width: 100%;
  height: 80%;
}

.desc {
  padding: 15px;
  text-align: center;
    color: black;
    font-size: 10px;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 3px;
  float: left;
  width: 24.99999%;
    height: auto;
    
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
    
}

}




#top {
  width: 500px;
    height: 150px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end; 
  display: flex;
    position: relative;
    top: 10px;
    left: 0px;
}

    
