html {
  width: 1000px;
  border-width: 10;
}

h1 {
  font: 50px "Lucida Grande", Helvetica, Arial, sans-serif;
  text-align: center;
}

body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

button {
  background-color: darkorange;
  padding: 10px;
  font-size: medium;
  color: whitesmoke;
  border:none;
}

input {
  padding: 10px;
  font-size: medium;
}

progress {
  width:300px;
  height:20px;
}

img {
  display: flex;
  margin-left:auto;
  margin-right: auto;
}

.status {
  display: none;
}

.badname {
  color: red;
  font: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: medium;
  display: none;
  padding: 10px;
}

.exists {
  color: red;
  font: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size:medium;
  display: none;
  padding: 10px;
}

.goto {
  margin:3%;
  font-size: 30px;
  white-space:normal;
  width:230px;
  height:150px;
}

#direct {
  margin-top: 50px;
  font-size: 30px;
  text-align: center;
}

#home_buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#pic {
  display: flex;
  float:right;
  width: 300px;
  height:auto;
  margin-bottom: 100px;
  margin-top:-100px;
}

#uploadBox {
  margin-top:200px;
  margin-left:50px;
}

#box {
  justify-content: center;
  margin-left:70px;
}