.label {
  display: flex;
  flex-direction: column;
  background-color:indianred; 
  color: #FFF;
  align-items: center;
  padding:10px;
}