* {
    font-family: sans-serif !important;
}

body {
    background-image: linear-gradient(
        30deg,
        #ff7878,
        #ffc898,
        #fff89a,
        #cdf2ca,
        #a2cdcd,
        #d1e8e4,
        #cab8ff
    );
    background-image: -webkit-linear-gradient(
        30deg,
        #ff7878,
        #ffc898,
        #fff89a,
        #cdf2ca,
        #a2cdcd,
        #d1e8e4,
        #cab8ff
    );
    background-attachment: fixed; /*edit*/
    text-align: center;
}

#center {
    background-color: #ffff;
    background: rgb(245, 245, 245);
    border-radius: 40px;
    border: 3px #d3d3d3 solid;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    padding: 0 1em;
    text-align: center;
    max-width: 50em;
    margin: 3em auto 4em;
}

nav ul {
    background-color: #ffff;
    background: rgb(245, 245, 245);
    list-style-type: none;
    display: inline-block;
    margin: 2px auto -2em;
    justify-content: center;
    padding: 1px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: auto;
    position: relative;
    margin-right: auto;
    border: 5px #d3d3d3 solid;
}

nav li {
    float: left;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

nav li a {
    justify-content: center;
    display: block;
    color: grey;
    text-align: center;
    padding: 5px 5px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

.active {
    background-color: grey;
    color: white;
}

/* Experimenting
*/

.buttons {
    margin: -50px auto 50px;
    width: 50%;
}

/* Header image
*/

#title {
    text-align: center;
    line-height: 1.2;
    border-radius: 15%;
    padding-top: 30px;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    width: 200px;
    height: 150px;
}

.copyright {
    color: grey;
}

.links {
    line-height: 10px;
    color: black;
    border: 5px #d3d3d3 solid;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.spacer {
    padding-bottom: 20px;
}

.blogs {
    line-height: 10px;
    color: black;
    border: 5px #d3d3d3 solid;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.like {
    text-align: left;
    float: left;
}

#meow {
    border-radius: 20px;
    border: 3px #d3d3d3 solid;
    width: 100%;
    }

 #scrobble {
    border-radius: 20px;
    border: 3px #d3d3d3 solid;
    width: 100%;
    height: 3.2cm;
}

.art {
    width: 50%;
    border: 5px #d3d3d3 solid;
    float: left;
}

p, div, body, h1, h2, h3, h4, h5, h6 {
    color: #000000;
}
a {
    color: #292828;
}
#fediring {
    font-size: 20px;
    background: white;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 20px;
    border: 3px #d3d3d3 solid;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#statuscafe {
    padding: 1px;
    background-color: white;
    border: 3px solid #d3d3d3;
    border-radius: 20px;
    width: 100%;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}
#status {
    border-radius: 20px;
    border: 3px #d3d3d3 solid;
    padding: 1px;
    width: 100%;
    margin-bottom: 20px;
    background: white;
}
#edited {
    margin-bottom: auto;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
}
.rssdog {
    border-radius: 20px;
    border: 3px #d3d3d3 solid;
    padding: 1px;
    margin-bottom: 20px;
    background: white;
    width: 250px;
    height: 400px;
}

/***
EZ Gallery by netfriend - https://netfriend.neocities.org/ez-gallery/
Released under the Unlicense - https://unlicense.org/
***/

.ezgallery.montage { 
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ezgallery.montage img {
  flex: auto;
  margin: 0 5px 5px 0;
  object-fit: contain;
  object-position: bottom;
}

.ezgallery.horizontal { 
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-rows: minmax(100px, auto);
}

.ezgallery.horizontal a {
  text-align: center;
}

.ezgallery.horizontal img {
  text-align: center;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  object-position: bottom;
}