html {
    background: url(assetsv2/backgrounds/bg16.png), linear-gradient(#fdfeff, #dde0ff 30%, #f9f6ff);
    background-blend-mode: luminosity;
    background-attachment: fixed;
    background-size: contain;
}

::selection {
    background-color: #dde0ffab;
}

p {
    font-family: Ms UI Gothic;
    color: var(--maintext);
    margin: 5px;
    font-size: 12px;
}

h1 {
    font-family: magicretro;
    font-size: 45px;
    filter: var(--textshadow2) hue-rotate(30deg);
    color: #c8e2ea;
    position: relative;
    top: 55px; 
    left: 19px;
}

a {
    text-decoration: none;
}

a:hover {
    font-style: normal;
	text-decoration: none;
}

.wrapper {
    margin: auto;
    margin-top: 40px;
    width: 600px;
    border-image: url(assetsv2/sketches/border.png) 22% round;
    border-width: 10px;
    border-style: solid;
}

.banner {
    background: url(assetsv2/sketches/banner.png);
    background-size: 700px;
    background-position-y: 20%;
    background-position-x: left;
    height: 150px;
    border: 1px solid var(--accentblue);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 5px;
    padding: 6px;
    transition: 0.7s ease;
}

.banner:hover {
    background-size: 730px;
}

.flex {
    display: flex;
}

.left {
    background: #ffffff77;
    backdrop-filter: blur(2px);
    border-radius: 0 0 0 15px;
    border: 1px outset #999;
    width: 35%;
    height: 400px;
    margin-right: 5px;
    padding: 5px;
    box-sizing: border-box;
}

.right {
    background: #ffffffb5;
    backdrop-filter: blur(2px);
    border-radius: 0 15px 0 0;
    border: 1px outset #999;
    width: 65%;
    height: 400px;
    padding: 5px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.boxing {
    border: 1px solid #7175a0;
    border-radius: 15px 5px;
    background: white;
    margin: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.boxing-title {
    background: linear-gradient(#fdfeff, #dde0ff 30%, #f9f6ff);
    font-family: freepixel;
    font-size: 14px;
    color: white;
    text-shadow: var(--textshadow1);
    font-weight: 600;
    padding: 6px;
    border-radius: 15px 5px 0 0;
    border-bottom: 1px solid #7175a0;
}

button {
    margin: 2px;
    cursor: pointer;
    padding: 4px 6px;
    background: white;
    color: var(--maintext);
    border-radius: 4px;
    transition: 0.2s ease;
    border: 1px solid var(--accentblue);
    font-family: Ms UI Gothic;
}

button:hover {
    background-color: #ddd;
}

button.selected-button {
    background-color: #999dbf;
    color: white;
}

button,
button.selected-button {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
}

#art-container.digi div.irl {
    display: none; 
}

#art-container.irl div.digi {
    display: none; 
}

.digi, .irl {
    margin: 3px;
    border-radius: 5px;
    height: fit-content;
}

#art-container img {
    border-radius: 5px;
    transition: 0.5s ease;
    width: 100%;
    margin-bottom: 3px;
}

#art-container img:hover {
    scale: 0.95;
}

.home-button {
    width: 210px;
    position: absolute;
    top: 345px;
    left: 0;
    filter: var(--picoutline);
}

.home-button:hover {
    filter: invert(1) saturate(0);
}

/*-------------------------------------------------------------*/

.wip {
    margin: auto;
    margin-top: 100px;
    width: 450px;
    font-family: freepixel;
    text-align: center;
    font-size: 18px;
}

.wip a {
    color: var(--lightblue);
    transition: 0.5s;
}

.wip a:hover {
    filter: blur(1px);
}
