body {

  font-family:lato;
   background-image:url("image/cozylibrary.jpg");
 background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
 }

h1 {
  font-weight: 800;
  font-size: 45px;
  line-height: 1.5;
  color: brown;
  text-align: center;
  font-family: bebas neue;
}
.container {
  margin: 120px auto;
  max-width: 600px;
  
  
}
header {
  margin-bottom: 30px;
}
.form-container {
  background-color: #fdc57b;
  padding: 15px;
  box-shadow: 0px 20px 60px rgba(65, 50, 100, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
}
form {
  display: flex;
}
.hint {
  line-height: 1.5px;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.6;
}
.instructions {
  padding: 10px;
  border: 1px solid rgba(38, 33, 66, 0.5);
  font-size: 16px;
  line-height: 28px;
  max-width: none;
  color: #262142;
  flex: 1;
  border-radius: 30px;
}
.submit-button {
  margin-left: 10px;
  background-color: brown;
  background: ;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 14px 24px;
  font-size: 20px;
}
.library {
  font-size: 14px;
  background-color: #fdc57b;
  padding: 20px;
  line-height: 24px;
  border-left: 3px solid;
  border-radius: 0px 20px 60px rgba(65, 50, 100, 0.08);
}
.hidden {
  display: none;
}
footer {
  text-align: center;
  font-size: 18px;
  color: white;
} 

a {
  color: blue;
  font-size: 18px;
}
strong {
  color: blue;
}
