.wrapperNormVector {
  min-width: 100%;
  min-height: 150px;
    display: inline-flex;


}

.bracketLeft
{
  flex: 1;
    align-items: center;

}
#inputBlock
{
  margin-top:7px;  /* and that, will result in a 10px gap */; 

}

#outputBlock {
  background-color: #ea0000;
  text-align: left;
  align-items: left;
  
}
.bracketRight
{
  flex: 1;
  align-items: center;
}

#vectorName
{
  margin-top:20px;
}

