@font-face {
    font-family: 'goth';
    src: url(/GothicPixels.ttf);
}

@font-face {
    font-family: 'rainy';
    src: url(/rainyhearts.ttf);
}

@font-face {
    font-family: 'cherish';
    src: url(/Mademoiselle.ttf);
}

@font-face {
    font-family: 'emoji';
    src: url(/credits/EmojiFont.ttf);
}

body {
    background-image: url(main-bg.jpg);
    font-family: 'rainy';
}

#main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid transparent;
    border-image: url(main-border.png) 25% fill round;
}

.main {
    background-image: url(sec-bg.jpg);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid black;
}

.banner {
    background-color: white;
    height: 100px;
    display: flex;
    align-items: flex-end;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid black;
    margin-bottom: 10px;
}

h1 {
    margin: 0;
    font-family: 'goth';
    background: linear-gradient(90deg,#fee1f1, #fedcea, #fcd4d2, #feeac9, #fdf4c9, #e9f5c7, #cbf2d5, #c7f5f5, #cbf2ff, #c6e9fd);
    background-clip: text;
    color: transparent;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: black;
    font-size: 50px;
}

.flex {
    display: flex;
}

.box {
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
}

h2 {
    margin: 0;
    font-family: 'cherish';
    background: linear-gradient(90deg,#fee1f1, #fedcea, #fcd4d2, #feeac9, #fdf4c9, #e9f5c7, #cbf2d5, #c7f5f5, #cbf2ff, #c6e9fd);
    border-radius: 5px 5px 0 0;
    padding: 0 5px 0 5px;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin-bottom: 5px;
}

.left {
    float: left;
    padding-right: 5px;
    border-radius: 5px;
}

.clearfix {
    overflow: auto;
    margin-bottom: 5px;
    border: 1px dotted black;
    border-left: none;
    border-radius: 5px;
}

h3 {
    margin: 0;
    background-image: url(sec-bg.jpg);
    border-bottom: 1px dotted black;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin-bottom: 5px;
    border-radius: 0 5px 0 0;
}

i {
    font-family: 'emoji';
    font-style: normal;
    background: linear-gradient(90deg,#fee1f1, #fedcea, #fcd4d2, #feeac9, #fdf4c9, #e9f5c7, #cbf2d5, #c7f5f5, #cbf2ff, #c6e9fd);
    background-clip: text;
    color: transparent;
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: black;
    font-size: 20px;
}

#menu li {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: inset -5px -5px 5px #ae00ff28;
}

#menu li:hover {
    box-shadow: inset 5px 5px 5px #ae00ff28;
    text-align: right;
}

.pink {
    background: linear-gradient(to bottom, #fff5f9 0%, #fad8e6 50%, #eeccda 51%, #ffebf3 100%);
}

.red {
    background: linear-gradient(to bottom, #fff5f5 0%, #ffd9d7 50%, #f4ccca 51%, #ffedec 100%);
}

.orange {
    background: linear-gradient(to bottom, #fff7eb 0%, #f6e2c1 50%, #ead6b5 51%, #fff0d9 100%);
}

.yellow {
    background: linear-gradient(to bottom, #fff9df 0%, #efe6bb 50%, #e3daaf 51%, #fdf4c9 100%);
}

.green {
    background: linear-gradient(to bottom, #f6ffdb 0%, #e1edbf 50%, #d5e1b3 51%, #effbcd 100%);
}

.greener {
    background: linear-gradient(to bottom, #edfff2 0%, #ccf3d6 50%, #c0e7ca 51%, #ddffe6 100%);
}

.blue {
    background: linear-gradient(to bottom, #e8ffff 0%, #c4f2f2 50%, #b8e6e6 51%, #d4ffff 100%);
}

.darkblue {
    background: linear-gradient(to bottom, #f2faff 0%, #caecff 50%, #bee1f5 51%, #e6f6ff 100%);
}

a, a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

#menu a, #menu a:visited {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#menu a:hover {
    color: black;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.percentage {
    background-color: rgb(236, 234, 234);
    border: 1px solid black;
    border-radius: 5px;
    margin-left: 75px;
    box-shadow: inset -5px -5px 5px #ae00ff28;
    margin-top: 5px;
}

.rainbow {
    background: linear-gradient(90deg,#fee1f1, #fedcea, #fcd4d2, #feeac9, #fdf4c9, #e9f5c7, #cbf2d5, #c7f5f5, #cbf2ff, #c6e9fd);
    border-radius: 5px;
    padding: 2px;
    border-right: 1px solid black;
    box-shadow: inset -5px -5px 5px #ae00ff28;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin-top: auto;
}

h4 {
    margin: 0;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin-bottom: 5px;
    margin-top: 5px;
}

.content {
    max-height: 500px;
    overflow: auto;
}

.content::-webkit-scrollbar {
    width: 10px;
}

.content::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg,#fee1f1, #fedcea, #fcd4d2, #feeac9, #fdf4c9, #e9f5c7, #cbf2d5, #c7f5f5, #cbf2ff, #c6e9fd);
    border: 1px solid black;
    border-radius: 5px;
}
