h3 {
  color:#fa9789 ;
  font-family: "verdana", "sans serif";
 
  text-transform: capitalize;
  text-align:center;
  background-color: #9bbfd1;
  margin: 75px;
  padding: 20px;
  margin-bottom: 12px !important;
  text-shadow:
    -1px -1px 0 #a84c40,
     1px -1px 0 #a84c40,
    -1px  1px 0 #a84c40,
     1px  1px 0 #a84c40;

    border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

p, ol {
  color: white;
  font-family:baskerville, serif;
  font-size:16px;
}

body {
  background-image: url("https://elilenti.neocities.org/webstuff/mouthwashing/Screenshot%202025-07-08%20194646.png");
  background-size: 50px, 100px;
  background-repeat: repeat; 
  background-position:right;
  margin-left: 220px;
}

a {
  color: #96030a;
  font-size:16px;
} 

h2 {
  color:#17016e;
  font-family:"Lucidia Handwriting", serif;
  font-size:18px;
  text-align:center;
  font-weight:normal;
}



section {
  padding: 40px;
  width: 70%;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  border-color: #96030a;
  border-style: groove;
  background-color: black;
  
}

ul {
  color:#17016e;
  font-family:baskerville, serif;
  font-size:16px;
}

abbr {
  color:#17016e;
  font-family:baskerville, serif;
  font-size:16px;
}

figcaption {
  text-align:right;
  color:white;
  font-family:baskerville, serif;
  font-size:18px;
}

blockquote {
  color:white;
  font-family:baskerville, serif;
  font-size:18px;
}

code {
  color:#ff049b;
  font-size:18px;
  text-align: center !important;
}

h1 {
  color:white;
  font-family: "Lucida Handwriting", "sans serif";
  text-transform: capitalize;
  background-color: black;
  text-align:center;
  padding: 25px;
  text-shadow:
    -1px -1px 0 #96030a,
     1px -1px 0 #96030a,
    -1px  1px 0 #96030a,
     1px  1px 0 #96030a;
border-color: #96030a;
  border-style: groove;
}

d1 {
  text-indent:50px;
  color:#17016e;
  font-family:baskerville, serif;
  font-size:18px;
}

dt {
  font-weight:bold;
}

ui {
  color:#17016e;
  font-family:baskerville, serif;
  font-size:16px;
}

b {
  color: #17016e;
}

img {
  width:70%;
}
  
.simpleflips{
  font-weight: bold;
  font-size:30px;
  color:red !important; 
  text-align:center;
  text-transform:uppercase;
}

#codingtime p {
  color:blue;
}


.container{
  display:flex;
  flex-wrap: wrap;
}

.intro{
  flex:1;
  background-image:url(https://elilenti.neocities.org/webstuff/sectionbackground.png);
  padding: 40px;
  width:50%;
  height:auto;
  margin-right:40px;
  margin-left:75px;
}

.intro_noback{
 flex:1;
  padding: 40px;
  width:50%;
  height:auto;
  margin-right:40px;
  margin-left:75px;

}

.intro:last-child {
  width:50%;
  height:auto;
  margin-right: 75px;
  margin-left: 0px;
}

nav {
   background: #9bc6ac;
  
  padding: 0px;
  width:10%;
  border-style:solid;
  border-width:5px;
  border-color:#413717;
  margin-bottom:75px;
  margin-left: auto;
  margin-right: auto;
}
  
h6 {
  color:#17016e;
  font-size:16px;
  text-decoration:underline;
  line-height:9px;
}

.sidebar {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    background-color: black;
    overflow-x: hidden;
    padding-top: 20px;
    margin-right: 20px;
    border-color: #96030a;
    border-style: groove;
    border-width: 5px;
    
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
  

  
   /*text-shadow needed to outline home button, but if done here, will outline all other links as well. probably need ID class but im lazy */
}


.sidebarheader {
  padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
  color: white;
    display: block;
    transition: 0.3s;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:5px;
     text-shadow:
    -1px -1px 0 #96030a,
     1px -1px 0 #96030a,
    -1px  1px 0 #96030a,
     1px  1px 0 #96030a;
}


.sidebar a:hover {
    background-color: #96030a
  
}

#sidebarsubs a{
    text-decoration: none;
    font-size:16px;
    display: block;
    color: white;
    transition: 0.3s;
    line-height: 1;
    padding-top:0px;
    padding-bottom:0px;
    text-indent:-25px;
    padding-left:40px;
    
}


.contactdown {
  display: flex;
  align-items: flex-end;
}

#sidebarsubs p{
  text-decoration: none;
  font-size:16px;
  display: block;
  color: white;
  transition: 0.3s;
  line-height: 1;
  padding-top:0px;
  padding-bottom:0px;
  text-indent:-25px;
  padding-left:40px;
}

.songalbum
{
  background-image:url(https://elilenti.neocities.org/webstuff/sectionbackground.png);
  
  padding: 10px;
  width:25%;
  border-style:solid;
  border-width:2px;
  border-color:#6ded8b;
  margin-bottom:15px;
margin-left: 500px;
  margin-right: 500px;

}

.quotes
{
font-style:italic;
padding-left:40px;
padding-right: 40px;
}

.smallimg
{
  width:35%;
  height:35%;
}

.medimg
{
  width:55%;
  height:55%;
}

.button
{
  width:81px;
  height:33px;
  flex:1;

}


.albumpicture {
  width:23%; 
  height:23%; 
  margin-bottom:10px; 
  margin-top:25px; 
  border-style: solid; 
  border-width: 2px; 
  border-color:#6ded8b;
}

.thumbnail{
  width:15%; 
  height:15%; 
  margin-top:5px; 
  border-style: solid; 
  border-width: 3px; 
  border-color:#6ded8b;
}

.thumbnailnoborder{
  width:15%; 
  height:15%; 
  margin-top:5px; 
}


.btrfy{
  width:25px;
  height:25px;
  margin-left:50%;
  background-image: url(https://elilenti.neocities.org/webstuff/tumblr_18975fbd46fbe0891ad6711da92e7b33_4c7363a4_400.gif);
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;



}

