body {
  background-color: rgb(99, 59, 59);
  color: white;
  font-family: "Courier New", Courier, monospace;
}
.nav-s{
    display: flex;
    justify-content:right;
    background-color: black;
    padding: 25px;
    border-radius: 5PX;
    box-shadow: black;
    
}
.b{
    color: white;
    padding: 30px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}
.title{
    margin-right: 770px;
    
    
    border-radius: 10px;
    padding: 10px 5px 5px 7px;
}
nav{
    width: 100%;
}
a{
    color: black;
    font-weight: bold;
}
.container {
  margin: 120px auto;
  max-width: 600px;
}
header {
  margin-bottom: 30px;
}
h1 {
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.5;
  color: #272044;
}

form {
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  display: flex;
}
.instruction {
  padding: 16px;
  border: 1px solid rgba(39, 33, 66, 0.5);
  width: 70%;
  font-size: 16px;
  border-radius: 50px;
  line-height: 20px;
  color: #272044;
}
.submit-button {
  margin-left: 10px;
  background: #885df1;
  color: white;
  border: none;
  width: 150px;
  font-size: 16px;
  border-radius: 50px;
  padding: 14px 24px;
}
.poem {
  padding-top: 50px;
  font-size: 16px;
  background-color: #ffffff;
  padding: 50px;
  line-height: 2;
  color: rgb(12, 12, 12);
  border-left: 7px solid #885df1;
  box-shadow: 0px 4px 30px 0px rgba(39, 33, 66, 0.03);
}
footer {
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}
