.teller{
  
  display: flex;
      height: 2em;
      background-color: rgb(128, 128, 128);
      line-height: 2em;
      color: rgb(161, 12, 12);
      font-size: 1.1em;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
      margin-left: 50px;


}
.myCustomContainer{
 
  display: flex;
  justify-content: center;
    
    height: 2em;
    background-color: rgb(128, 128, 128);
    line-height: 2em;
    color: rgb(161, 12, 12);
    font-size: 1.1em;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    
}
