html,
body {
  margin: 0;
  height: 100%;
  box-sizing: border-box;
}

.container {
  background-color: #e9c46a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #264653;
  font-weight: bold;
}

.title {
  background-color: #264653;
  color: #e9c46a;
  /* border: 1px solid 264653 ; */
  border-radius: 7px;
  padding: 10px;
}

dt {
  text-align: center;
  background-color: #264653;
  color: #e9c46a;
  /* border: 1px solid 264653 ; */
  border-radius: 7px;
  padding: 10px;
}

dd {
  max-width: 400px;
  margin: auto;
}

.up {
  background-color: #e9c46a;
  color: #e9c46a;
  /* border: 1px solid 264653 ; */
  border-radius: 7px;
  padding: 10px;
  display: block;
}
a {
  text-decoration: none;
}

img {
  display: flex;
  flex-direction: column;
  margin: 10px auto;
  flex-wrap: wrap;
  border: 3px solid #264653;
  border-radius: 7px;
}

.preview {
  display: flex;
  flex-direction: column;
  margin: auto;
  flex-wrap: wrap;
  border: 3px solid #264653;
  border-radius: 7px;
  width: 400px;
  height: auto;
}
