html{
  background-color: #000000;
}

h1{
  font-family: "Inconsolata", monospace;
}

body {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  /*font-family: */
  font-family: "Inconsolata", monospace;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  vertical-align: middle;
  width: 80%;
}
img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

a{
  color: white
}

button{
  font-family: "Inconsolata", monospace;
  font-size: 15px;
  border: none;
  outline: 2px;
  background: none;
  color:#FFFFFF;
  width:40px;
}

.regbutton{
  font-family: "Inconsolata", monospace;
  border-style: solid;
  border-radius: 3px;
  border-color: #FFFFFF;
  background: none;
  color:#FFFFFF;
  width:40px;
  text-decoration: none;
  padding:2px
}

.toolbar{
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.toolbutton{
  border-bottom: 3px solid;
  background: none;
  color:#3ac5ff;
  width:40px;
  text-decoration: none;
  padding:5px;
}

/*border: 5px solid white;
  border-radius: 5px;
  border-color: #3ac5ff;
  background: none;
  color:#FFFFFF;
  width:40px;*/


.mainimg{
  max-width: auto;
  max-height: 600px;
  object-fit: contain;
}

.locked{
  font-family: "Inconsolata", monospace;
  font-size: 15px;
  border-radius: 5px;
  border-color: #3ac5ff;
  background: none;
  color:red;
  width:40px;
}


.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bottombox {
  position: relative;
  border: 2px;
  border-style: solid;
  border-radius: 5px;
  border-color: #3ac5ff;
}