@font-face {
    font-family: 'rainy';
    src: url(/rainyhearts.ttf);
}

@font-face {
    font-family: 'cherish';
    src: url(/Cherish.ttf);
}

@font-face {
    font-family: 'gothic pixels';
    src: url(/GothicPixels.ttf);
}

body {
    background-image: url(/shrines/main-background.jpeg);
    background-size: cover;
        font: 11pt 'rainy';
        margin: 0;
        overflow: hidden;
    }
    h1 {
        font: 12pt 'rainy';
        font-weight: 900;
        text-transform: capitalize;
        color: #fff;
        background: linear-gradient(180deg, #3D95FE, #0144D0);
        margin: 0;
        padding: 10px;
        border-radius: 5px 5px 0 0;
        text-shadow: -1px -1px 1px #0735ae, 1px 1px 1px #0735ae, 2px 2px 2px #0735ae;
    }
    .window {
        width: 800px;
        height: 500px;
        background: #f1f2ed;
        border: 5px ridge #0c5ce2;
        border-top-width: 3px;
        border-radius: 10px 10px 0 0;
    }
    .box {
        overflow: auto;
        width: 770px;
        height: 434px;
        padding: 15px;
    }
    ::-webkit-scrollbar {
        width: 17px;
    }
    ::-webkit-scrollbar-track {
        background: linear-gradient(90deg, #f0efe9, #fefdf9);
    }
    ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-button {
        border: 1px solid #fff;
        background: #C7D7FB;
        box-shadow: 2px 2px #7B9ED4;
        box-shadow: 2px 2px #B8C9F4 inset;
        border-radius: 3px;
    }
    ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:hover {
        background: #D7E7FF;
        box-shadow: 2px 2px #D7E7FF inset;
    }
    ::-webkit-scrollbar-thumb:active, ::-webkit-scrollbar-button:active {
        background: #ABC1FA;
        box-shadow: 2px 2px #849BD1 inset;
    }

    a, a:visited {
        color: #000;
        text-decoration: none;
    }

    #menu {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 36px;
        background: linear-gradient(180deg, #3D95FE, #0144D0);
        font-size: 20px;
    }

.list {
    padding: 7px;
    display: inline-block;
    border-top: 1px solid #5f98f5;
    border-left: 1px solid #5f98f5;
    background-color: #3c81f3;
    border-radius: 5px;
}

.list:hover {
    border-color: #72b3ff;
    background-color: #53a3ff;
}

.list:active, .on, .on:hover {
    border-color: #173e8b;
    background-color: #1e52b7;
    color: #fff;
}

    .start {
        background: linear-gradient(180deg, #5aaa5b, #1db31e);
        width: 50px;
        border-radius: 0 50px 50px 0;
        text-shadow: 5px 3px 5px black;
        font-family: 'cherish';
        border: none;
        margin: 0px;
    }

    #menu a, #menu a:visited {
        color: #fff;
        text-decoration: none;
    }

.list-right {
    float: right;
}

.clock {
        background: linear-gradient(180deg, #16abee, #0d9cf0);
        border: none;
        border-radius: 0px;
        color: #fff;
}

#banner {
    font-family: 'gothic pixels';
    font-size: 50px;
    color: #1db31e;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin-left: 10px;
    margin-top: 10px;
}