html { height: 100%; }
body {
  min-height: 100%;
  background-image: url(graphic.png);
  background-position: 105% 105%;
  background-repeat: no-repeat;
  background-size: 40%;
  padding: 15px;
}
.github {
  position: absolute;
  top: 0;
  right: 0;
}
.upload textarea {
  font-family: monospace;
  font-size: 13px;
  font-style: italic;
  color: #3f3c56;  
}

.languages {
  margin-top: 25px;
}
.languages p .button {
  margin-left: 5px;
}

.space-r { margin-right: 5px; }

.card-footer button.button {
  border-radius: 0;
  padding-top: 13px;
  padding-bottom: 35px;
}

.overflow {
  max-height: 400px;
  overflow: auto;  
}

small {
  font-style: italic;
  font-size: 12px;
  color: rgba(195, 195, 195, 1.000);
  margin-top: 5px;
  margin-left: 5px;
}
.hero {
  padding-top: 50px;
  padding-bottom: 50px;
}
.original {
  margin-bottom: 10px;
}
.card-header-info {
  padding: 15px;
  font-size: 12px;
  font-weight: bold;
  color: rgba(108, 99, 255, 1.000);  
}
.next {
  float: right;
  margin-top: 10px;  
}
.prev {
  float: right;
  margin-top: 10px;
  margin-right: 10px;  
}
.skip {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;  
}

.cfp {
  background-color: rgba(108, 99, 255, 1.000);
  color: white;
}
.cfp:hover {
  color: white;
}
#root {
  position: relative;
  z-index: 2;
}
canvas {
  position: absolute;
  top: 0;
  z-index: 1;  
}
.upload-container { position: relative; }
.error {
  position: absolute;
  z-index: 999;
  background-color: #e85e7e;
  color: white;
  padding: 30px;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
}
.error a {
  color: white;
  text-decoration: underline;
}

.tooltip::before {
  margin-left: 5px;
}
.tooltip::after {
  margin-left: -3px !important;
}

.notice {
  background-color: #fff2d3;
  padding: 15px;
  border-radius: 5px;
}

.loading {
  position: absolute;
  z-index: 9999;
  width: 100%;
  min-height: 100%;
  text-align: center;
  background-color: rgba(108, 99, 255, 0.300);
  display: flex;
  align-items: center;
  justify-content: center;
}

.version {
  font-size: 11px;
  padding-top: 15px;
}