span.greentext {display: block;}
span.pinktext {display: block;}

.divMessage br {display: block;}

.catalogCell div, .catalogCell p {
    background-color: rgba(238, 242, 255, 0.6);
    backdrop-filter: blur(3px);
}

.innerPost {
    background-color: rgba(214, 218, 240, 0.8);
    backdrop-filter: blur(3px);
}

.innerOP .divMessage {
    background-color: rgba(238, 242, 255, 0.85);
    backdrop-filter: blur(3px);
}

.imgLink {
    position: relative;
    z-index: 1;
}

body {
    background-image: url(https://imgur.com/K2XmKPw.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    background-size: 28%;
}

code {
  white-space: pre-wrap !important;
  border: 1px double #e60000;
  background: #0d0d0d;
  color:  #00e600;
  font-family: 'Lucida Console', Monaco, monospace;
  font-size: 105%;
  max-width: 100%;
  overflow: auto;
  padding: .7em 1.1em;
  display: block;
  word-wrap: break-word;
}

code br {
  display:block !important;
}

code .embedButton { display: none; }

code a { color: inherit; }

