body {
  font-family: sans-serif;
  font-size: 13pt;
}

.centered {
  /* width: 100%; */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#theman {
  width: 20%;
  margin: 2%
}
