
header {
    width: 600px;
    margin-bottom: 50px;
    position: relative;
}
header #note {
    position: absolute;
    left: 300px;
    top: 60px;
    font-size: small;
    color: gray;

    transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
}
#note.blink {
    color: white;
    background-color: #555;
}
#note.blink a:link,
#note.blink a:visited {
    color: white;
}

#textarea-container {
    width: 0 auto;
}
#textarea-container textarea {
    width: 40%;
    height: 300px;
}
 #buttons button {
    margin-bottom: 10px;
    font-size: large;
}
ul {
    margin: 0 0;
    padding: 0 0;
}
ul li {
    list-style: none;
}
