body {
    background: red;
}

button {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: black;
    color: red;
    margin: 10px;
    cursor: pointer;
    font-weight: bold;
}
