<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

p {
  margin-bottom:0.5em;
}

s {
  text-decoration: line-through;
}

ol,
ul {
  margin-top: 6px;
  margin-left:8px;
  list-style: square inside;
}

blockquote,
q {
  quotes: none;
}

i {
  font-style:italic;
}

.small {
  padding:10px;
  font-size:11px;
}

.smallquote {
  padding:10px;
  font-size:11px;
}

a {
  text-decoration: none;
  cursor:pointer;
}

a:link, a:visited {
  color: #ede7e4;
}

a:hover {
  color: DodgerBlue;
}

b {
  font-weight:bold;
}

u {
  text-decoration:underline;
}

.house:hover {
  color: DodgerBlue !important;
}

blockquote {
  background: inherit;
  border-left: 5px solid rgba(204,204,204,0.5);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
}

blockquote p {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Linden Hill";
  z-index:100;
}

h1 {
  font-size: 1.9em;
  font-style:italic;
  font-weight:normal;
  color:black;
  display:inline-block;
  line-height:1em;
  margin:0px;
  position:absolute;
  right:30px;
  top:30px;
  padding:10px;
  text-decoration:underline;
}

.big {
  color:#050505;
  background:#ede7e4;
  display:block;
  padding:6px;
  font-size:20px;
}

.big:hover {
}

.subheader {
  color:#ede7e4;
  display:block;
  font-size:18px;
  text-decoration:underline;
  margin-bottom:1.1em;
}

footer {
  text-align:center;
  bottom:0;
  left:0;
  padding-bottom:20px;
  width:40vw;
  margin:auto;
}

@media (max-width:768px){
  footer {
    width:100%;
  }
}

html {
  background-color: #050505;
  color: #ede7e4;
  font-family: "Cormorant", Georgia, "Times New Roman", Times, serif;
}

::-webkit-scrollbar {
  width: 0;
}

.scroll::-webkit-scrollbar-thumb {
  background: url() no-repeat;
  background-size: 12px;
  display: block;
  size: 12px;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#container {
  max-width:600px;
  min-width:100px;
  display:block;
  margin:0 auto;
  margin-top:10vh;
  position:relative;
  margin-bottom: 10vh;
}

#box {
  display:flex;
  flex-flow:row wrap;
  gap:20px;
  background:black;
  outline:2px #ede7e4;
  border-radius:2px;
  color:black;
  padding:20px;
  background-image: url('https://milkteamoon.neocities.org/house/images/postcard.jpg');
  background-size:100% 100%;
  overflow:visible;
  filter: saturate(0.2);
}

aside {
  flex:1 2 15%;
  min-width:100px;
}

article {
  overflow-y:scroll;
}

main {
  flex:2 1 50%;
  max-height:80vh;
  min-height:400px;
  overflow-y:scroll;
  overflow-x:hidden;
  padding-top:15px;
}

#word {
  vertical-align:center;
  display:block;
  margin:auto;
  text-align:center;
  padding:30px;
  padding-top:80px;
  padding-bottom:80px;
}

.quote {
  font-size: 22px;
}

.credit {
  font-size: 18px;
}

.newquote {
position:relative;
text-align:left;
margin-top:-12%;
margin-left:5%;
color: black;
}

.newquote a {
  border-radius:5px;
  text-decoration:none;
  padding:5px 15px;
}

button {
  width:100%;
  border:none;
  position:relative;
  padding:5px;
  margin:10px auto;
  font-family:inherit;
  text-decoration:underline;
  background:black;
  color:#ede7e4;
  outline: ridge #ede7e4;
}
button:hover, button.active {
  background:#ede7e4;
  color:black;
}
button.active::before {
  content:"";
  position:absolute;
  left:5px;
  color:black;
  background:#ede7e4;
}

.art {
  margin-top:20px;
  display:flex;
  flex-direction:column;
  align-items:center !important;
  text-align:center !important;
  flex-wrap:wrap;
  margin:auto;
  width:100%;
}


:root {
    --gall-thumb-size: 110px;
    --gall-thumb-size: calc((700px / 6) - 5px)
}

.pics {
  justify-content:center;
  align-items:center;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--gall-thumb-size), 1fr));
    gap: 5px;
    width: 65%;
    margin: auto;
    align-items: center;
}

.gallery img {
    height: var(--gall-thumb-size);
    width: var(--gall-thumb-size);
    object-fit: cover;
    border-radius: 2px;
    padding:10px;
}

.gallery img:hover {
    transform: scale(95%);
    cursor: pointer;
    filter: brightness(70%);
}

.gallery a {
    position: relative;
}

.gallerycontainer {
  margin: 10px 0 10px;
}

#quote {
  margin: 15px;
  font-size: 20px;
  font-family: "Linden Hill";
}

.gallerymain {
  margin:auto;
}

.painting-button {
  background: none;
  border: none;
  color: #ede7e4;
  width: inherit;
  font-size: 16px;
  padding: 0;
  font-family: "Linden Hill";
}

#paintingbutton {
  border: 2px solid;
  border-radius:5px;
  font-family: "Linden Hill";
  width: 130px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
}

#filter {
    font-family: "Linden Hill";
    font-size: 16px;
    padding: 3px 10px;
    background:#050505;
    color:#ede7e4;
    border: 1px solid #ede7e4;
    border-radius: 3px;
    outline: 0;
}

#filter:hover {
    cursor: pointer;
}

option {
    color: ;
    background-color: ;
}

a img {
  filter: saturate(0) contrast(1.3);
  transition: all 0.4s ease-in-out;
}

a img:hover {
  filter: saturate(0.6) contrast(1.3);
}

@media (max-width:768px){
  .gallery{
    width:100vw;
  }</pre></body></html>