#drop_zone {
    border: 2px dashed #ccc;
    width: 300px;
    height: 100px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    cursor: pointer;
}
#name_text {
    width: 340px;
    height: 20px;
    margin: 20px auto;
}

#hash_text {
    width: 340px;
    height: 20px;
    margin: 20px auto;
}
#details-content{
    height: 250px;
    width: 90%;
    background-color: rgb(232, 252, 255);
}
#graph-container {
    /* My awesome styles here */
    /* height: 800px; */
    background-color: rgb(238, 255, 231);
    width: 90%;
    height: 600px;
    border: 1px solid black;
}

#userInputHashFile {
    width: 500px; /* Set the width of the input box to 300 pixels */
  }

.inline-elements {
    display: flex;
    align-items: center;
  }

  .inline-elements label,
  .inline-elements input,
  .inline-elements button {
    margin-right: 10px;
  }

