svg {
    shape-rendering: geometricPrecision;
}
line {
    stroke: #F9F9F9;
    stroke-width: 2px;
}
.paper {
     background: #3B5790;
     width: 1050px;
     height: 768px;
}

text {
  font: 18px 'Oleo Script', Helvetica, sans-serif;
  fill: #F9F9F9;
  text-decoration: none;
  cursor: default;
}

.menu-item {
    font: 18px 'Oleo Script', Helvetica, sans-serif;
    fill: #F9F9F9;
    cursor: pointer
}

.garnish {
    font: 18px 'Oleo Script', Helvetica, sans-serif;
    fill: #F9F9F9;
}

#info {
    position: absolute;
    top: 250px;
    left: 400px;
    width: 550px;
}

#info p {
    font: 18px "Courier New", Courier, monospace;
    color: #F9F9F9;
}

.large-text {
    font: 48px 'Oleo Script', Helvetica, sans-serif;
    fill: #F9F9F9;
    z-index: 102
}

.box {
    stroke: #F9F9F9;
    fill: none;
    stroke-dasharray: 5,5;
}

.glass {
    stroke: #F9F9F9;
    stroke-width: 4px;
    fill: none;
}

.level {
    stroke: none;
    fill: none;
}

.hidden {
    fill: #3B5790;
    stroke: "none";
}
