body {
  font-family: "Work Sans", sans-serif;
  background-color: #f7f7f7;
}

header {
  background-color: #fa81c2;
  color: white;
}

label {
  font-weight: 400;
}

button {
  border: none;
  border-radius: 5px;
  background-color: #fa81c2;
  color: white;
}

input:focus,
textarea:focus {
  outline: 2px solid #fa81c2;
}

.no-underline {
  text-decoration: none;
}

h2 a {
  font-size: 1.2rem;
}

.heading {
  font-size: 2rem;
}

.new-entry-button {
  cursor: pointer;
  height: 30px;
  margin-top: 25px;
}

span {
  font-size: 1.1rem;
}

.edit-icon {
  cursor: pointer;
}

i {
  color: #fa81c2;
  font-size: 2rem;
}

.modal {
  background-color: rgb(0, 0, 0, 0.6);
}

.modal-container {
  border: none;
  border-radius: 5px;
  background-color: white;
  height: 10rem;
  width: 23rem;
  margin-top: 20rem;
}

.modal-text {
  margin: 1rem -1rem;
  text-align: center;
}

.modal-buttons {
  width: 100%;
  margin-top: 3rem;
}

.cancel-button {
  background-color: lightgrey;
  color: black;
  height: 2rem;
  width: 6rem;
  cursor: pointer;
}

.confirm-button {
  background-color: red;
  height: 2rem;
  width: 6rem;
  cursor: pointer;
}
