body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f1f1f1;
}

p {
  margin: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 25px;
  font-family: Arial;
  margin-right: 20px;
}

.container {
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}

form {
  background: #eeeeee;
  color: #f1f1f1;
  text-align: center;
  padding: 40px;
  margin-bottom: 0;
}

form * {
  display: block;
  margin: 10px auto;
}

.description,
.tags,
.thumbnail {
  background: #fff;
  padding: 20px;
  margin: 20px;
  border: 2px dashed #f1f1f1;
}

.thumbnail {
  text-align: center;
}

textarea {
  background: #f1f1f1;
  padding: 10px;
  width: 90%;
  border-radius: 3px;
}

button {
  background: #393e46;
  color: #f1f1f1;
  border-radius: 8px;
  border: 0;
  border-bottom: 5px solid #222831;
  border-left: 1px solid #222831;
  padding: 8px 24px;
  cursor: pointer;
  display: block;
  position: relative;
  top: 0;
  margin-top: 30px;
}

button:active {
  top: 2px;
  border-bottom: 3px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.thumbnail {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h2,
h1,
p {
  text-align: center;
}

#imageResultContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
#imageResultContainer img {
  width: 700px;
  height: 500px;
}

input {
  width: 100%;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
