body {
  font-family: "Delius", sans-serif;
  font-size: 15px;
  background: white url("https://file.garden/ZeAc-oALZwjKBOY4/43969935_lmoQr2eYNiAscsn.png") fixed; /*Replace with your own background*/
	color: #F356AE
	}
	
a:link, a:visited, a:active { 
color:#B92D82;text-decoration:none;cursor: url('https://file.garden/ZeAc-oALZwjKBOY4/cursorbyannyz.gif'), pointer;
}
a:hover {color:#db2e88;text-decoration:underline; text-decoration-style: wavy;}

/*Main text section*/
.main { 
  border-radius: 5px;
  background: white;
  border: 10px solid transparent;
border-image: url(https://file.garden/ZeAc-oALZwjKBOY4/artpageborderedit.png) 10 round;
background-clip: padding-box;
  width: 500px;
  padding:15px;
  margin: 20px 25px 25px 400px;
cursor: url('https://file.garden/ZeAc-oALZwjKBOY4/cursorbyannyz.gif'), pointer;
  }
  
/*Prevent overflow of large images*/
.main img, .sidebar-left img {
  max-width: 100%;
  height: auto;
cursor: url('https://file.garden/ZeAc-oALZwjKBOY4/cursorbyannyz.gif'), pointer;
  }
  
/*Sidebar*/
.sidebar-left {
  background: white;
  border: 10px solid transparent;
border-image: url(https://file.garden/ZeAc-oALZwjKBOY4/artpageborderedit.png) 10 round;
background-clip: padding-box;
  width: 250px;
  margin-left:75px;
  padding:15px;
  margin-top:-25px;
  min-height:200%;
  position:fixed;
  overflow:auto;
  text-align:center;
cursor: url('https://file.garden/ZeAc-oALZwjKBOY4/cursorbyannyz.gif'), pointer;
  }
  
/*Use with <ul> to create a button section in the sidebar.*/
.buttons {
  list-style-type:none;
  padding:3px;
cursor: url('https://file.garden/ZeAc-oALZwjKBOY4/cursorbyannyz.gif'), pointer;
  }
  
/*Use with <li> for individual buttons.*/
.button { 
  text-align:center;
  border-radius: 5px;
  border: 10px solid transparent;
  padding: 5px;
  margin:5px;
  margin-top:10px;
  margin-bottom:10px;
border-image: url(https://file.garden/ZeAc-oALZwjKBOY4/artpageframeedit.png) 15 round;
background-clip: padding-box;
cursor: url('https://file.garden/ZeAc-oALZwjKBOY4/cursorbyannyz.gif'), pointer;
}
 
  
.sideimage { /*optional*/
  right: 10px;
  bottom:-20px;
  float: right;
  position: fixed;
  max-width: 450px;
cursor: url('https://file.garden/ZeAc-oALZwjKBOY4/cursorbyannyz.gif'), pointer;
  }
  
.sideimage img {
  max-width: 100%;
  height: auto;  
cursor: url('https://file.garden/ZeAc-oALZwjKBOY4/cursorbyannyz.gif'), pointer;
  }

  
@media(max-width: 1440px) {
    .sideimage {
      max-width: 0%;
      /*if this can be executed, override the previous rule, otherwise hide the side image*/
      max-width: calc(100% - 975px);
https://artsykitty764.neocities.org/
      }
  }
  
@media(max-width: 1200px) {
    .sidebar-left {
      margin-left: 25px;
https://artsykitty764.neocities.org/
      }
    
    .main {
      margin-left: 350px;
https://artsykitty764.neocities.org/
      }
  
    .sideimage {
      right: 5px;
      max-width: 0%;
      /*if this can be executed, override the previous rule, otherwise hide the side image*/
      max-width: calc(100% - 900px);
      }
  }
  
@media(max-width: 1000px) {
  
    .sidebar-left {
      margin-left: 5px;
      }
    
    .main {
      margin-left: 330px;
      }
  
    .sideimage {
      /*don't even bother at this point*/
      display: none;
      }
  }

  
/*Tentative mobile support.*/
@media(orientation:portrait) {
  .sidebar-left {
    min-height:0px;
    width: 100%;
    margin: 0 auto;
    top:0;
    left: 0;
    padding: 0;
    font-size: 0.9em;
    position: relative;
    border-radius: 5px;
cursor: url('https://file.garden/ZeAc-oALZwjKBOY4/cursorbyannyz.gif'), pointer;
    }
    
  .main {
    width: 90%;
    margin: 0 auto;
    margin-top: 1em;
    }
    
  .sideimage {
    /*don't even bother*/
    display: none;
    }
  }


            
               .thumbnail { 
top:-50px; 
left:-35px; 
display:block; 
z-index:999; 
cursor: pointer; 
-webkit-transition-property: all; 
-webkit-transition-duration: 0.3s; 
-webkit-transition-timing-function: ease; 
} 

/*change the number below to scale to the appropriate size*/ 
.thumbnail:hover { 
transform: scale(1.1); 
cursor: url('https://file.garden/ZeAc-oALZwjKBOY4/cursorbyannyz.gif'), pointer;
}


html {

cursor: url('https://file.garden/ZeAc-oALZwjKBOY4/cursorbyannyz.gif'), pointer;

 ::-moz-selection {
     color: #F356AE;
  background: #FFE1F1;
    text-shadow: none;
}

p::selection {
color: #F356AE;
  background: #FFE1F1;
}
 