


.bigbutton {


    text-align:         center;

    cursor:             pointer;

    padding:            5px;

    user-select:        none;

    border: 1px solid #9090c0;
}

.bigbutton:hover {
    background-image: linear-gradient(45deg, #00000044, #00ffff44);
}


.bolder {
    color:             #BABCEC;
}

.narrative {
    font-family:        "Andale Mono","Courier New";
    -webkit-font-smoothing: subpixel-antialiased;

    background-color:   #0009;

    padding:            10px;
    font-size:          13pt;
}

.gradie {
    -webkit-text-fill-color:    transparent;
    -webkit-background-clip:    text;
    background-image:           linear-gradient(45deg,#9090c0, #606080);
}

.narrTitle {
    font-family:        "Starlight Hotel", "Andale Mono","Courier New";
    -webkit-font-smoothing: subpixel-antialiased;

    font-size:          46pt;
}