body {
    background-color: rgb(188, 212, 204);
    font-family: 'Times New Roman', Times, serif
}

.container {
    margin: 120px auto;
    max-width: 600px;
}

h1 {
    font-size: 34px;
    font-weight: 800px;
    line-height: 1.5;
    color: gray;
}

header {
    margin-bottom: 30px;
}

form {
    padding: 30px;
    background-color: rgb(210, 249, 243);
    border-radius: 10px;
    display: flex;
}

.instructions {
    padding: 12px;
    border: 1px grey;
    font-size: 14px;
    border-radius: 50px;
    line-height: 20px;
    color: dimgrey;
}

.button {
    margin-left: 8px;
    background: rgb(55, 55, 116);
    color: whitesmoke;
    border-radius: 12px;
    padding: 12px 24px;


}

.poem {
    font-size: 14px;
    background: rgb(210, 249, 243);
    padding: 20px;
    line-height: 2px;
    border-left: 3px solid;
    margin-top: 30px;
    margin-bottom: 30px;

}

.hidden {
    display: none;
}