html,
body {
font-family: "Montserrat", sans-serif;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background-image: linear-gradient(to bottom, #dddddd 85%, #cccccc 100%);
}
#container {
z-index: 300;
position: absolute;
left: 30%;
top: 15px;
}
button {
font-family: "Montserrat", sans-serif;
z-index: 300;
}
#nodelog {
height: auto;
background-color: #ff5027;
color: black;
width: auto;
left: 40%;
padding: 8px;
}
#viewerlog {
height: auto;
background-color: #00ffac;
color: black;
width: 220px;
left: 40%;
padding: 8px;
}