@font-face {
    font-family: "Romance";
    src: url("https://file.garden/aZesKIGu7TMQhaRP/website/fonts/RomanceA.ttf");
}

@font-face {
    font-family: "Lacy";
    src: url("https://file.garden/aZesKIGu7TMQhaRP/website/fonts/lacythethree.ttf")
}

@font-face {
    font-family: "Basiic";
    src: url("https://file.garden/aZesKIGu7TMQhaRP/website/fonts/basiic.ttf")
}


body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 18px;
    line-height: 1.4rem;
    font-family: "Lacy", Arial, Helvetica, sans-serif;
    scrollbar-color: rgb(247, 169, 250) #e2d7fc;
}

body:not(.page) {
    background-image: url('https://file.garden/aZesKIGu7TMQhaRP/website/art/images/MoonBG.gif');
    background-size:auto;
    background-attachment: fixed;
    background-color: black;
}

.page {
    background-color: rgb(253, 241, 253);
    border-top: 15px solid rgb(250, 192, 252);
    padding: 12px;
}

img {
    max-width: 100%;
}
iframe.content {
    border: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    border-style: solid;
    border-width: 11px;
    border-image-source: url("https://file.garden/aZesKIGu7TMQhaRP/website/art/images/pinkborder.png");
    border-image-slice: 30%;
    border-image-repeat: round;
    box-sizing: border-box;
    position: absolute;
    width: 810px;
    margin-left: 20px;
    /* If you want the box to be centered, turn this line on instead */
    /* margin: auto; */
    margin-top: 20px;
}

.header {
    border-bottom: 2px dashed;
    border-color: #f7aefa;
    height: 160px;
    box-sizing: border-box;
    background-image: url('https://file.garden/aZesKIGu7TMQhaRP/website/art/images/rainbow.png');
    background-size: 100%;
    position: relative;
}

.main {
    display: flex;
}

.side {
    border-right: 3px dashed;
    border-color: #f7aefa;
    width: 200px;
    padding: 12px;
    box-sizing: border-box;
    background-image: url('https://file.garden/aZesKIGu7TMQhaRP/website/art/images/sky.png');
    color: white;
    min-height: 760px;
}

.content {
    flex-grow: 1;
    background: #FFF;
}

.button {
    display: block;
    line-height: 40px;
    text-align: center;
    margin-bottom: 12px;
    font-size: 22px;
    background-image: url('https://file.garden/aZesKIGu7TMQhaRP/website/art/images/fondo_purplestars.gif');
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: "Romance", serif;
}

.button:hover {
    background-image: url('https://file.garden/aZesKIGu7TMQhaRP/website/art/images/bck-pnklightning.jpg');
}

.title {
    padding-top: 20px;
    padding-left: 20px;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    color: #7e58d7;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: rgb(250, 155, 253);
}

a {
    color: blue;
}

table {
    border-style: solid;
    border-width: 13px;
    border-image-source: url("https://file.garden/aZesKIGu7TMQhaRP/website/art/images/25.png");
    border-image-slice: 30%;
    border-image-repeat: round;
    background-color: #fff5e4;
    text-align: center;
    
}

th, td {
    padding: 6px 12px;
    vertical-align: top;
    background-color: #fff5e4;
    background-size: cover;
    
}

th {
    background: cyan;
    color: #ff0097;
}

.width-50 {
    width: 50%;
}

* {
    scrollbar-width: thin; 
}

::-webkit-scrollbar {
    width: 10px;
}