body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: #ABBF41;
  font-family: 'Montserrat', sans-serif;
}
main {
  flex: 1 0 auto;
}

.brand-logo {
  font-weight: 600;
}

#title::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

canvas {
  height: 233px;
  width: 350px;
  border: 1px solid black;
  margin-top: 25px;
}

#editCanvas {
  height: 233px;
  width: 350px;
  border: 1px solid black;
}

h2 {
  font-size: 18px;
  margin: 10px 0;
}

h2:first-of-type {
  margin-top: 25px;
}

.brand-logo {
  margin-left: 25px;
}

nav {
  background-color: #0E3242;
  overflow: hidden;
}

.row {
  margin-bottom: 4px;
}

.input-field {
  margin: 4px 0 4px 0;
}

#download-image {
  background-color: #0E3242;
}

.page-footer {
  background-color: #0E3242;
}