* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#serverconsole {
  position: fixed;
  bottom: 0;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  max-height: 200px;
  overflow: auto;
  padding: 10px;
  font-size: 13px;
  font-family: "Courier New", monospace;
  background-color: #444;
  color: lightgray;
}

.button {
  margin: 2px;
  font-size: 2vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #577ca6;
}

.button2 {
  padding: 25px 0px 0px 0px;
  font-size: 1.3vw;
  text-align: center;
  vertical-align: middle;
  margin: 4px;
  color: white;
  background-color: #577ca6;
}

.container {
  display: grid;
  gap: 0px 0px;
}

.info {
  grid-area: info;
}

.image {
  position: relative;
  background-color: rgb(100, 173, 173);;
  grid-area: image;
}

.logo {
  position: absolute;  
  z-index: 999;
}

.datetime {
  position: absolute;
  z-index: 998;
  top: 0px;
  color: white;
  font-weight: bold;
  font-family: 'Courier New', Courier, monospace;
  background-color: rgb(50, 90, 90, 0.5);
  border-radius: 0em 0em .6em .6em;
  background-blend-mode: darken;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.camimg {
  height: 3840px;
  width: 2160px;  
  opacity: 1;
}

.back {
  grid-area: back;
}

.play-1 {
  grid-area: play-1;
}

.reload {
  grid-area: reload;
}

.min-15 {
  grid-area: min-15;
}

.min-p15 {
  grid-area: min-p15;
}

.forward {
  grid-area: forward;
}

.h-4 {
  grid-area: h-4;
}

.h-p4 {
  grid-area: h-p4;
}

.stop {
  grid-area: stop;
}

.play {
  grid-area: play;
}

.footer {
  background-color: orange;
  grid-area: footer;
  text-align: right;
}

.footer div {
  float: right;
}

.weather {
  text-align:center;
}

.weather iframe {
  border: 0px;
  border-collapse: collapse;
}
