
body {
  background-color: #f2e4d6;
  min-width: fit-content;
}

* {
  font-family: futura-pt, Jost, sans-serif;
  color: #1d253c;
  text-align: center;
}

.error-message {
  color: red;
  display: none;
}

.react, .buttify {
  background-color: #f2e4d6;
  color: #1d253c;
  border: 4px solid #1d253c;
}

.buttify {
  font-size: 50px;
  margin: 10px;
}

#buttify {
  display: none;
}

h1 {
  font-size: 100px;
}

h2 {
  font-size: 70px;
}

p {
  font-size: 20px;
}

input[type=text] {
  height: 70px;
  font-size: 50px;
  width: 50%;
  border: 4px solid #1d253c;
}

span {
  font-size: 50px;
}

button, form {
  font-size: 50px;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 55px;
  }
  span, div, button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
  }
  span, div, button {
    font-size: 10px;
  }
}

.sketch-display {
  max-width: 100%;
}

img {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gallery-winner, .gallery-runner-up {
  margin-top: 5px;
  padding-top: 0px;
  width: 256px;
}

.butti-gallery {
  margin-top: 30px;
  margin-bottom: 10px;
}

.draggable-image, #butticanvas {
  text-align: center;
}
