#home{
    position: absolute;
    height: 100%;
    width: 100%;
}
#mainnote{
    position: fixed;
    right: 20%;
    top: 10%;
    opacity: 0.75;
    cursor: unset;
}
#mainnote div[slot="subhead"]{
    margin-bottom: 1em;
}
.overlength{
    overflow-y: scroll;
    max-height: 400px;
}
#lastnote{
    position: fixed;
    bottom: 5px;
    right: -10px;
    display: block;
    max-width: none;
    padding: 4px;
    opacity: 0.6;

    transition: color 0.5s ease;

    cursor: unset;
    border-radius: unset;
}
#lastnote div[slot="text"]:hover{
    color: rgb(118, 136, 170);
}
#lastnote div[slot="subhead"]{
    font-size: small;
}
#lastnote div[slot="text"]{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: smaller;
}

div[slot="text"] p{
    margin-top: -0.5em;
}

body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
}

s-dialog{
    margin-right: 15px;
    margin-bottom: 10px;
}
s-button{
    cursor: pointer;
}
#link{
    background-color: rgba(0, 0, 0, 0.171);
    font-size: smaller;
    color: black;
}