a:visited {
color: #227e88;
text-decoration: none;
}

a:link {
color: #42b8a8;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

p {
color: #eeeeee;
margin: 0;
font-size: 1.2rem;
}

h3 {
font-weight: normal;
color: #eeeeee;
margin: 0;
padding: 0;
font-size: 1.4rem;
}

h1 {
margin: 0;
padding: 0;
color: #eeeeee;
}
	
li {
background-image: url('https://puffballfungus.neocities.org/images/Karma5Icon.png');
background-repeat: no-repeat;
padding-left: 2rem;
padding-bottom: .5rem;
}

ul {
list-style: none;
color: #eeeeee;
padding: 0;
}


body {
 margin: 0; 
 padding: 0;
 background-image: url('https://puffballfungus.neocities.org/images/DrainageSystemBackground.png');
 background-repeat: no-repeat; 
 background-attachment: fixed; 
 background-size: cover;
 background-color: #233a32;
}

#banner {
 height:170px;
 border-radius:5px;
 background-image:url(https://puffballfungus.neocities.org/images/slugswalking.png);
 background-size:cover;
 background-repeat:no-repeat;
 background-position:center;
}

#title {
 margin: auto;
 display: block;
 height: 170px;
 }
 
 #linkspanel {
 font-size: 2.5rem;
 }
 
 #blinkies {
 margin-top: .5rem;
 border: 0;
 }
 
 #stampspanel {
 display: flex; 
 flex-direction: column; 
 justify-content: space-between; 
 align-items: center;
 }
 
 .blinkie {
 width: 217px;
 height: 29px
 }
 
.card {
 background-color: rgba(29, 33, 37, 0.9);
 border-radius: 2px;
 border: solid;
 border-width: 1px;
 border-color: #6d7976;
 }
 
 .stamp {
 width: 120px;
 height:70px;
 padding-bottom: .3rem;
 }
 .icon {
 width:50px;
 height:50px;
 }
 
 .playlist {
 display: flex; 
 align-items: center;
 }
 
 .devlog {
 background-color: rgba(29, 33, 37, 0.9);
 border-radius: 2px;
 border: solid;
 border-width: 1px;
 border-color: #6d7976;
 padding: .5rem; 
 margin-top: 1rem;
 }
 
 figcaption {
 color: #eeeeee;
 margin: 0;
 font-size: 1rem;
 }
 
 figure {
 border-radius: 2px;
 border: solid;
 border-width: 1px;
 border-color: #6d7976;
 padding: .5rem;
 display: flex;
 flex-flow: column;
 margin: .5rem;
 }
 
 .usertable {
 border-collapse: collapse;
  border: solid;
  border-width: 1px;
  width:238px;
  color:inherit;
  margin: 3px;
 }
 
 .usertd {
 border:0;
 width:45px;
 text-align:center;
 padding:0 1px 0 0;
 line-height:1.25em;
 vertical-align:middle
 }
 
 .userintd {
 border: 0;
 text-align: center;
 font-size: 9pt;
 padding:0 4px 0 4px;
 }