html { padding: 2em; }
body {
  color: #FFF;
  background: black
}

header, form { margin-bottom: 2em; }

header, footer { text-align: center; }

footer { margin-top: 2em; }

pre { background: #41464b; padding: 2em; border-radius: 1em; text-align: left; }

#content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em;
  border-radius: 1em;
  background: #055160;
}

a { text-decoration: none; }


.file-wrapper {
    position: relative;
    display: inline-block;
  	width: 100%;
}

.file-wrapper input[type="file"] {
    opacity: 0; /* Hide the native control */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-text {
    border: 2px dashed #aaa;
    padding: 3em 6em 7em;
    background: #f9f9f9;
    color: #555;
    border-radius: 5px;
    pointer-events: none; /* Let clicks pass through */
}

#file-name, #file-name-pdf {
  	position: relative;
    top: -5em;
    color: #000;
}

.upload-btn { width: 100%; }