body {
  overflow-y: auto;
  background-color: #2B669C;
}

.form-inicial {
  font-size: 12px;
  text-decoration: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  /* width: fit-content; */
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
}

.titulo {
  margin-left: 0px;
  margin-top: 4px;
  float: left;
  color: white;
  font-size: larger;
  font-size: 25px;
}

.tituloSalvo {
  margin-left: 0px;
  margin-left: 20px;
  float: left;
  color: white;
  margin-top: 40px;
}

.voltar {
  border-radius: 10px;
  text-decoration: none;
  float: right;
  margin-left: 260px;
  margin-top: 10px;
  background-color: #4169E1;
  color: white;
  border: 0px;
  box-shadow: 3px 4px white;
  padding: 10px;
}

.voltarSalvo {
  border-radius: 10px;
  text-decoration: none;
  float: right;
  margin-left: 70px;
  margin-right: 30px;
  margin-top: 10px;
  background-color: #4169E1;
  color: white;
  border: 0px;
  box-shadow: 4px 5px white;
  padding: 30px;
  font-size: large;
}

.nav {
  display: flex;
  width: 100%;
}

.btn-inserir {
  cursor: pointer;
  background-color: orange;
  border-radius: 5px;
  border: 0;
  box-shadow: 3px 2px grey;
}

.btn-deletar {
  cursor: pointer;
  background-color: #FFA07A;
  border-radius: 5px;
  border: 0;
  box-shadow: 3px 2px grey;
  color: white;
}

.btn-status {
  cursor: pointer;
  background-color: #FFA500;
  border-radius: 5px;
  border: 0;
  box-shadow: 3px 2px white;
  color: white;
  float: right;
}

.btn-conftd {
  cursor: pointer;
  background-color: #FFA500;
  border-radius: 5px;
  border: 0;
  box-shadow: 3px 2px white;
  color: white;
  float: right;
}

.mensagem {
  color: red;
  text-align: left;
}