
body{
  font-size: 40px;
}
input{
  font-size: 40px;
  width: 400px;
}
label{
  padding: 0 0 0 40px;
  width: 100px;
}
.clsCenterred {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}
.clsButtonBase{
  border: 3px solid black;
  border-radius: 15px;
  margin: 40px;
}
.clsLabel{
  margin: 10px 10px 10px 10px;
}
.clsHorBlock{
  display: flex;
  flex-direction: row;
  margin: 5px;
}