:root {
  --accent-color: #89b6d6;
  --primary-color: #f1f1f1;
  --secundary-color: #659dc6;
  --tertiary-color: #4c95c9;
  --quaternary-color: #659dc66d;
  --quinary-color: #5b7284;
  --senary-color: #66737c;
}
html,
body {
  scroll-behavior: smooth;
  overflow: auto;
  min-height: 100vh;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
p {
  color: red;
  font-weight: bolder;
  font-family: sans-serif;
  font-size: xx-large;
}
.approved {
  color: green;
  font-weight: bolder;
  font-family: sans-serif;
  font-size: xx-large;
}
textarea {
  resize: none;
}
.prevNext {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: var(--primary-color);
}
.prevNext button {
  margin: 5px;
  padding: 5px;
  background-color: var(--primary-color);
  border-radius: 5px;
}
