body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  background-color: #2D3142;
  zoom:150%
}


#imageLoader {
  padding: 10px;
  background-color: #3c425c;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}


#imageCanvas {
  margin-bottom: 20px;
}


button {
  padding: 10px;
  background-color: #EF8354;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


#result {
  font-family: monospace;
  font-size: 18px;
  color: #444;
}

h1 {
  font-family: monospace;
  font-size: 60;
  color: #ffffff;
  margin-bottom: 10px;
}

a {
  font-family: monospace;
  font-size: 40;
  color: #EF8354;
}

/* unvisited link */
a:link {
  color: #EF8354;
}

/* visited link */
a:visited {
  color: #EF8354;
}

/* mouse over link */
a:hover {
  color: #ffffff;
}

p {
  font-family: monospace;
  font-size: 7;
  color: #ffffff;
   overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: block;
  line-height: 1em; /* a */
  max-height: 2em; /* a x number of line to show (ex : 2 line)  */;
}

#box {
     
      display: table;
      margin: 10px;
      width: 100;
      height: 100;
      padding: 10;
      border: 5px solid #3c425c;
}

textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
}
