@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";

body {
  max-width: 960px;
  margin: 0 auto;
}

header, main, footer {
  margin-bottom: 3em;
}

header {
  padding: 3em 2em 0em;
}

header h1 {
  font-size: 2em;
}

.notes .note, .notes .add-button {
  width: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.notes .note:hover, .notes .add-button:hover {
  box-shadow: 3px 3px 5px gray;
  transition: all 0.1s;
  cursor: pointer;
}

.notes .note h2 {
  padding-top: 0.5em;
}

.notes .note img {
  margin-left: 6px;
}

footer .credits {
  padding-top: 0;
  padding-bottom: 0.5em;
  text-align: center;
  color: #767676;
}

footer .credits a {
  color: #767676;
  text-decoration: underline;
}
