body {
  padding-top: 5px;
}

.content h1 {
  text-align: center;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  height: 200px;
}

.modal {
  justify-content: space-around;
}

.modal-card, .modal-content {
  margin-top: 15px;
  width: auto;
  max-width: 780px;
}

.container {
  margin: .75rem;
}

.notification {
  position: fixed;
  bottom: 0;
  right: 15px;
}
.centered {
  text-align: center;
}

.content h2 {
  background-color: #f05684;
  color: white;
  padding: 5px;
}

a {
  overflow-wrap: break-word;
}
