/* Styles for the canvas container */
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

header {
    background-image: url("/img/header.png");
}

header img {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-top: -20px;
}

header h1 {
    display: inline-block;
    margin-top: 20px;
}

header a h1, header a h1:visited {
    color: #fff;
    text-decoration: none;
}

header h1 a:hover {
    color: #91c629;
    text-decoration: none;
}

#nodeContextMenu, #entityContextMenu, #connectionModal {
    position: absolute;
    background:#ccc;
    padding:20px;
    border:1px solid #ccc;
}
#nodeContextMenu {
    display:none;
}
#entityContextMenu {
    display:none;
}
#connectionModal {
    display:none;
}
/* Optional: Style for the import drop area */
#importDropArea {
    width: 100%;
    height: 100px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    text-align: center;
    line-height: 100px;
    color: #ccc;
    margin: 10px 0;
}
/* Basic styling for the container and anchor points */
#container {
    border: 1px solid #ccc;
    width: 100%;
    height: 800px;
}
