body {
  background-color: #f3f0e7;
}

#nePodpis {
  margin: auto;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.texty {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
input,
select {
  margin-bottom: 5px;
  margin-top: 5px;
}

#tlacitko {
  margin-top: 15px;
}
