.content {
    background-color: aqua
}

button {
    width: 200px;
    height: 50px;
    margin-bottom: 20px;
}

#counter {
    font-size: 50px;
}