html {
   /* background-color: rgb(255, 253, 240); */
    background-image: url("../img/PgBgnd.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    height: 100%;
}


body {
}


div.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: visible;
}

div.main {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 25px;
    border-style: groove;
}

#selected{
    border: solid 1px black;

}

