*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}

input {
  transition: background-color 0.4s;
  color: black;
  border: 0;
  border-radius: 20px;
  padding: 12px 17px;
}

.main-border {
  border-bottom: 1px solid rgb(219, 219, 219);
  padding: 5px 0;
}

.main-border:last-child {
  border: 0;
}

.daily-times {
  color: rgb(128, 128, 128);
  font-size: 13px;
  font-weight: bold;
}

.text-notes :hover {
  background-color: rgb(138, 215, 218);
}

.save-buttons {
  background-color: rgb(233, 233, 233);
  border-color: rgb(233, 233, 233);
  color: #333;
}
