input,
select {
    width: 20rem;
    padding: 15px;
    background-color: white;
    border-radius: 15px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    height: 20rem;
    padding: 15px;
    box-sizing: border-box;
    border: none;
    border-radius: 15px;
}

#confirm_content {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.confirm {
    display: none;
}