#container {
    width: 525px;
    height: 100px;
    position: relative;
}

.instructions {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

#inputSecretMsg {
    position: absolute;
    top: 45px;
}

textarea {
    resize: none;
}