@font-face {
    font-family: Montserrat;
    src: url("/fonts/Montserrat-Regular.woff");
}

* {
    box-sizing: border-box;
    scrollbar-color: #bfefff white;
    scrollbar-width: thin;
    cursor: url('/images/starcursor.png'), crosshair;
}


canvas {
    border: 1px solid black;
    cursor: crosshair;
    background-color: white;
}

#gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.image-container {
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 200px;
    text-align: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: rgb(27, 28, 33);
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    font-size: 14px;
    height: auto;
    background-image: url(https://files.catbox.moe/512wpd.gif), linear-gradient(180deg, rgba(191, 239, 255, 1) 0%, rgba(134, 225, 255, 1) 100%);
    background-repeat: repeat-x;
    background-attachment: fixed;
    margin: 0px;
}

ul {
    list-style-image: url("/images/star.png");
}

li {
    margin: 5px;
}

h1 {
    background-color: white;
    background-clip: padding-box;
    color: #FF8A84;
    text-align: center;
    margin: 80px auto;
    line-height: 1;
    font-size: 28px;
    width: fit-content;
    height: 116px;
    border: 30px solid transparent;
    border-image: url(/images/foollovercloudborder.png);
    border-image-slice: 32 32 32 32 fill;
    border-image-width: 32px 32px 32px 32px;
    border-image-repeat: repeat repeat;
    padding-top: 14px;
}

u {
    text-decoration: underline wavy 2px;
}

.flex {display:flex;
flex-wrap: wrap;
justify-content:center;
margin:auto;
width:90%;
gap:20px;
align-items:center;}

.text {
    line-height: 1;
    font-size: 16px;
    background-color: #e4f8ff;
    padding: 20px;
    border: 1px solid #63d8ff;
    width: 30%;
    border-radius: 20px;
    box-shadow: #3042475e 0px 5px 10px;
position:relative;
}

.taped::before {
    background-image: url(/images/flowers-pink.png);
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 50px;
    width: 150px;
    background-size: contain;
    top: -20px;
    left: 20%
}

.boxbox {
width:fit-content;}

button {font: inherit;
padding:10px;
border-radius:20px;
border:1px solid #63d8ff;
background-color:#ddf6ff;
box-shadow: #3042475e 0px 0px 6px;}

button:hover {border-color:white;}

button:active {box-shadow:inset #3042475e 0px 0px 6px;
border-color:#2c97bb}