#mii-preview {
  margin-top: -120px;
  height: 512px;
  width: 512px;
}
img[src=""] {
  visibility: hidden;
}
#mii-submit {
  margin-top: -20px;
}
input, button {
  border: 1px solid black;
  border-radius: 5px;
  background-color: #20262e;
  color: white;
  font-size: 24px;
}
form {
  width: 358px;
}
button {
  float: right;
}
button[disabled] {
  background-color: #35404f;
}
button:not([disabled]):hover {
  background-color: #1a1f26;
}
button:not([disabled]):active {
  margin-top: 5px;
}
body {
  background-color: #20262e;
}