/* 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 {
  position: relative;
  background: black url(https://i.postimg.cc/0jvBNVkF/ep-naturalblack.png);
  color: white;
  font-family: Playfair Display; font-size: 12px; line-height: 14px;
  text-transform: none; text-align: justify;
}
a {
  color: white;
}

h1 {
  font-family: Mrs Saint Delafield; font-size: 30px;
}

#vot {
    width: 300px; height: 200px;
    position: fixed; top: 20px; left: 20px;
    z-index: 999;
}
#vot .vot-v {
    position: absolute; top: 40px; left: 68px;
    font-family: Mrs Saint Delafield; font-size: 30px;
    color: #fff;
}
#vot .vot-ot {
    position: absolute; top: 55px; left: 60px;
    font-family: Playfair Display; font-size: 10px;
    color: #aaa; text-transform: uppercase;
}

#side-img {
    width: 90px; height: 140px; overflow: hidden;
    position: fixed; bottom: 20px; left: 20px;
    z-index: 999;
    border: 3px solid #fff; border-radius: 60px 60px 0 0;
}
.sideline {
    width: 25px; height: 155px;
    position: fixed; bottom: 125px; left: 63px; z-index: 999;
}
#tasha {		
    width: 200px; height: 34px;	z-index: 999;
    position: fixed; bottom: 28px; left: 128px;
    color: #fff; font-style: italic;
    }
    
#projects {
    padding: 30px; margin-left: 300px; overflow: auto;
    display: flex; align-items: start; 
    gap: 50px; flex-wrap: wrap;
}
#projects .wip {
       
}
#projects .wipt {
    font-family: Mrs Saint Delafield; font-size: 30px;
    margin-left: 5px; 
    position: relative; z-index: 999;
}
#projects .wipt a {
    font-family: Mrs Saint Delafield; font-size: 30px;
    text-decoration: none;
}
#projects .frimg {
    position: absolute; right: -20px; top: -20px;
}
#projects .wipd {
    width: 400px; height: 140px; overflow: auto;
    margin-top: -10px; padding: 15px; padding-top: 20px;
    background: rgba(0,0,0,0.4); border-bottom: 1px solid white;
    position: relative;
}
#projects .wipb {
    width: 320px; height: 115px; overflow: hidden;
    font-family: arapey; font-size: 11px; line-height: 14px;
    text-indent: 20px;
}
#projects .wipq {
    position: absolute; bottom: 15px; right: 15px;
    font-style: italic;
    
}
#projects .wips {
    font-size: 9px; margin: 5px; text-align: center;
}
#projects .wipg {
    padding: 10px 15px 12px 15px;
    font-size: 9px; font-style: italic;
    background: rgba(0,0,0,0.4); border-top: 1px solid white;
    border-bottom-left-radius: 8px; -moz-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; -moz-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px;
}

    
#paget {
    position: absolute; top: 55px; left: 200px; 
    display: flex; align-items: start; 
    gap: 20px; flex-wrap: wrap;
}
#paget a {
    font-family: Mrs Saint Delafield; font-size: 30px;
    text-decoration: none;
}
#paget .pt {
    font-family: Mrs Saint Delafield; font-size: 30px;
}

#pageimgs {
    width: 156px; height: 468px;
    position: fixed; right: 20px; bottom: 70px;
}
#pageimgs .one {
    width: 70px; height: 70px; overflow: hidden;
    margin-bottom: 20px;
    border: 3px solid #fff; border-radius: 50%;
}
#pageimgs .two {
    width: 100px; height: 140px; overflow: hidden;
    margin-bottom: 20px;
    border: 3px solid #fff; border-radius: 50%;  
}
#pageimgs .three {
    width: 150px; height: 220px; overflow: hidden;
    border: 3px solid #fff; border-radius: 100px 100px 0 0;  
}

#pageq {
    max-width: 500px; max-height: 50px;
    position: fixed; bottom: 20px; right: 20px;
    font-style: italic; font-size: 14px; text-align: right;
}
    
#pageblurb {
    width: 320px; height: 115px; overflow: hidden;
    position: fixed; top: 200px; left: 300px;
    font-family: arapey; font-size: 11px; line-height: 14px;
    text-indent: 20px;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    