﻿#gotHighScore {
    background-color:gold;
    border-block-color:darkorange lavender;
    border-block-style: groove;
    color: cornsilk;
    font: oblique 36px Cooper Black;
    left:0%;
    padding: 0px 10px 20px 10px;
    position: absolute;
    text-align:center;
    text-decoration-color:#e7b1ff;
    text-decoration-line:underline;
    text-decoration-style:wavy;
    text-decoration-thickness:from-font;
    text-emphasis: sesame #e7b1ff;
    text-shadow: 2px 2px 2px #b200ff;
    top: 10%;
    width: 100%;
}

#nickname {
    border-left: 5px inset #b200ff;
    font: bold 16px Segoe Script;
    outline: 5px ridge #e7b1ff;
    text-align: center;
    width: 50%;
}

#submit{
    background-color:cornsilk;
    font: 14px Cooper Black;
}

#submit:hover{
    background-color: antiquewhite;
    color: blueviolet;
    cursor: pointer;
}