.update {
    background: orange;
    border: 2px solid black;
    padding: 20px 40px;
    font-size: 30px;
    margin: 20px;
    cursor: pointer;
}

.update:hover {
    background: darkorange;
}

.joke {
    font-size: 24px;
    font-style: italic;
}