.traning-data {
  margin-top: 20px;
}

.training-title,
.title {
  text-decoration: underline;
}

.button {
  margin: 10px;
  padding: 7px;
  border: none;
  color: white;
  border-radius: 4px;
  background: rgba(255, 50, 0, 0.8);
}

.button:hover {
  background: rgba(0, 105, 0, 0.8);
}

.button:focus {
  outline: none;
}

input[type="text"] {
  padding: 5px;
}

.data {
  margin-top: 10px;
}

.good {
  padding: 10px;
  color: white;
  background: green;
}

.bad {
  padding: 10px;
  color: white;
  background: red;
}
