body {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  width: 950px;
  font-family: "Open Sans", sans-serif;
  background: white;
  border-radius: 50px;
  border: 2px solid rgba(156, 162, 170, 0.28);
}

html {
  background-image: url("http://i.imgur.com/tlSm5zN.png");
  background-color: #000000;
}

label {
  display: inline-block;
  width: 100px;
}

input {
  width: 500px;
  padding: 5px;
  font-size: 16px;
}

button {
  font-size: 16px;
  padding: 5px;
}

h1, h2 {
  display: block;
  vertical-align: middle;
  margin-top: 0px;
  margin-bottom: 10px;

}

h2 {
  color: #AAA;
  font-size: 32px;
  vertical-align: middle;
  display: block;
  text-align: center;
}

h3 {
  font-weight: normal;
  vertical-align: middle;
  display: block;
  color: #AAA;
  font-size: 20px;
}

code {
  font: "Courier New";
  color: black;
}

note {
  font-size: 10px;
}

header-links {
  font-size: 12px;
  text-align: center;
}

backforward {
  font-size: 12px;
  text-align: center;
}

loadingtext {
  text-align: center;
}

displayedMessage {
  text-align: center;
}

overlayheader {
  color: #e00000;
}

.black {
  color: black;
}

#balance {
  color: black;
}

.hint {
  color: #666;
}

p.bubble {
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  position: relative;
  width: 900px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(227, 243, 255, 0.28);
  border: 1px solid rgba(156, 162, 170, 0.28);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 1px 2px 4px #888;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 30px;
  width: 50%;
  text-size: 18px;
  text-align: center;
  color: #f2f2f2;
  margin-top: 30px;
  margin-left: 25%;
  margin-right: 25%;
}

.overlay a {
  text-decoration: none;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 30px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 30px;
    top: 20px;
    right: 45px;
  }
}