.demo {
    height: 400px;
    border: 1px solid black;
    overflow-y: scroll;
}

#announcements div {
    /* border-bottom: 1px solid black; */
    font-size: 20px;
}

input {
    min-width: 300px;
    padding: 5px;
}