body {
    
    
    background-image: url(https://inkcaps.neocities.org/wardrobe/3059737wysa2oo7xf.jpg);
    font-family: "alice";
    src: url("https://inkcaps.neocities.org/fonts/alice.woff");
    border-color: #55161c;
    font-size: 18px;
    color: #350e12;
    cursor: url(https://inkcaps.neocities.org/assets/cursors/cursor181.gif), auto;
    
    
    
}

.topborder {


    
width: 100%;
height: 100px;
position: fixed;
background-repeat: repeat-x;
top: 0;
right: 0;
background-image: url("https://inkcaps.neocities.org/wardrobe/lace-g4.gif");
z-index: 4;






}

.bottomborder {

width: 100%;
height: 30px;
position: fixed;
background-repeat: repeat-x;
bottom: 0;
right: 0;
background-image: url("https://inkcaps.neocities.org/wardrobe/lace-g4-2.gif");



}

header {
   
    background-image: url(https://inkcaps.neocities.org/wardrobe/lolita/lolitasketch.jpg);
    background-color: white;
    height: 300px;
    width: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70 30%;
    margin-top: 50px;
    margin-bottom: 25px;
    border-style: dashed;
    border-width: 1px;
    border-radius: 15px;
    padding: 20px;
    
    
    
    
    
}

.headertext {

    position: absolute;
    left: 375px;
    top: 35px;
    font-family: "princesssofia";
    src: url(https://inkcaps.neocities.org/fonts/princesssofia-regular-webfont.woff);
    font-size: 40px;
    color: #e59ea4;
    text-shadow: 2px 2px #89242d;


}


    
   
.navbar {
    
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
flex: 1;
background-color: #f2ced1;
height: auto;
width: 800px;
border-radius: 15px;
border-style: double;
border-width: 3px;
box-shadow: 0 0 50px 15px rgba(243, 211, 213, 0.95);
margin-bottom: 25px;
margin-top: 25px;
font: bold;
font-size: 22px;
padding: 10px;


    
}    



.intro {
    
    background-image: url(https://inkcaps.neocities.org/wardrobe/lolita/6fdec18197df13005bacb90f0cd4a365.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% 10%;
    padding-top: 225px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: -50px;
    height: 190px;
    width: 500px;
    border-radius: 15px;
    border-style: dashed;
    border-width: 1px;
    overflow: auto;
    margin-bottom: 25px;
    
}

.container {
    
    background-color: #f2ced1;
    height: auto;
    width: 1200px;
    border-style: double;
    border-width: 3px;
    border-radius: 30px;
    border-color: #55161c;
    padding: 30px;
    margin-top:25px;
   
    
}



.item {
    
    margin: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 300px;
    height: auto;
   
    
    
    
    
}

.item img {
  
    height: auto;
    width: 350px;
    transition: transform .2s;
    border-radius: 15px;
    border-style: dashed;
    border-width: 1px;
    border-color: #55161c;
    
}


.item img:hover {
    
    transform: scale(1.25);
    
}

.caption {
    
    display: block;
    vertical-align: center;
    margin-left: 60px;
    
}

.lace {
    
    border-width: 7px;
    border-style: solid;
    border-image: url("https://inkcaps.neocities.org/wardrobe/lolita/soft-pink-lace.png") 7 fill round;
    
    
}

.navbar a {
    
    margin: 25px;
    padding: 20px;
   
    
    
}

a, a:visited {
    
    text-decoration: none;
    color: #e59ea4;
    text-shadow: 1px 1px #89242d;
    font-weight: bold;
    
    
    
}

a:hover {
    
    color: #ba5a78;
    text-shadow: 1px 1px #7a334a;
    
}

.disabled {
    
    color:gray;
    text-shadow: 1px 1px darkgray;
}

.disabled:hover {

color:gray;
text-shadow: 1px 1px darkgray;
}

footer {
    
    font-family: "princesssofia";
    src: url(https://inkcaps.neocities.org/fonts/princesssofia-regular-webfont.woff);
    height: 100px;
    width: 1000px;
    font-size: 60px;
    margin-top: 25px;
    margin-bottom: 50px;
    font-weight: bold;
    vertical-align: center;
    
}

@font-face {
  
  font-family: "alice";
  src: url("https://inkcaps.neocities.org/fonts/alice.woff");
  
}

@font-face {
  
  font-family: "princesssofia";
  src: url("https://inkcaps.neocities.org/fonts/princesssofia-regular-webfont.woff");
  
  
}