
/* Presently, this sheet is only linked to webdesign.html, where I'm testing out random CSS */

/* Presently unused, a copy-paste of BotB */
#huh {
    color: #b84f05;
    background-color: #4a3553;
}


/* Used on "Forgive the mess!.." */
#target1 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    background-color: pink;
}


/* Used on the word "small" */
#target2 {
    font-size: 9px;
    font-weight: lighter;
    vertical-align: top;
    padding: 7px;
    border-style: solid;
    border-width: 1px 2px 4px 8px;
    border-color: #c076db #9462a6 #1f1921 #584161;
    background-color: #e8b6fa;
}