.hidden {
  display: none !important;
}

.container {
  max-width: 575px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.column-full,
.column-half {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 900px;
  }

  .column-full,
  .column-half {
    padding: 0 0.75rem;
  }

  .column-half {
    width: 50%;
  }
}

#title,
#image-url {
  height: 30px;
}

textarea {
  height: 150px;
}

.save-button {
  height: 30px;
  width: 60px;
  margin: 1rem 0;
}

img {
  width: 100%;
}

input,
textarea {
  width: 100%;
  margin: 1rem 0;
}

li {
  margin-bottom: 30px;
}

.no-entry {
  margin-top: 50px;
  text-align: center;
}

h1,
h2 {
  display: inline-block;
}

span {
  margin: 0 1.5rem;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.edit-icon {
  height: 0 auto;
  width: 50px;
  margin-top: 0.8rem;
}

.modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
