@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body {
  background: black;
  text-align: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

.wrapper,
.form-container {
  background: rgb(87, 117, 143);
  text-align: center;
  height: 100vh;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

p {
  margin: 50px;
  padding-top: 5rem;
}




img {
  margin-top: 10px;
  height: 60%;
  border: 3px solid black;
}

figcaption {
  color: rgb(9, 145, 111);
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

form {
  margin: 0 auto;
  width: 500px;


}

input,
textarea {
  font-size: 1.2em;
  border: 1px solid gainsboro;
  color: black;
  font-family: inherit;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 10px;
}

textarea {
  height: 300px;
  font-size: 1em;
}

label {
  display: block;
}

footer {
  font-size: 0.5em;
  font-weight: 400;
  color: white;
}

#save {

  position: absolute;

  bottom: -100vh;
  left: 62%;
  ;

  font-size: 1em;
  padding: 5px 12px;
  font-family: inherit;
  color: teal;
  border: 1px solid silver;
  background-image: linear-gradient(to top, gainsboro 0%, white 90%);
  border-radius: 20px;
}

a {
  text-decoration: none;
  color: white;
  font: inherit;
}