body{
    overflow: hidden;
    margin: 0 0 0 0;
    font-family: 'Inter', sans-serif;
    background-image: url("background.jpeg");
}
#contextMenu{
    position: absolute;
    text-decoration: none;
    list-style: none;
    padding: 0 0 0 0;
    z-index: 3;
}
.menuElement{
    background-color: rgb(200, 200, 200);
    padding: 5px 90px 5px 10px;
    text-align: start;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 10pt;
    margin: 5px 5px 5px 5px;
}
.menuElement:hover{
    background-color: rgb(107, 107, 107);;
}
#noteColor{
    margin-left: 10px;
}
div.note {
    position: absolute;
    max-width: 500px;
    max-height: 200px;
    border-style: solid;
    border-color: black;
    border-width: 3px;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    background-color: #d2b48c;
    z-index: 1;
}
.drag{
    user-select: none;
    padding: 10px;
    border: solid 1px black;
}
.noteTop{
    background-color: rgb(161, 138, 108);
    width: inherit;
    height: 20px;
    border-radius: 10pt;
    text-align: center;
    padding: 2px 0 0 0;
}
.delButton svg{
    width: 24px;
    height: 24px;
}
.delButton{
    padding: 0 0 0 0;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: none;
    border: none;
    text-align: right;
}
.delButton:hover{
    background-color: rgba(107, 107, 107, 0.267);
}
.resButton{
    position: absolute;
    left: 90vw;
    top: 10px;
}
.pins{
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background-color: red;
    border: none;
}
.pins:hover{
    background-color: rgb(199, 0, 0);
}
a{
    position: absolute;
}
.strings{
    position: absolute;
    z-index: 2;
}
.stringX{
    position: absolute;
}

