body {
    background: #111827;
    color: #fff;
    text-align: center;
}

#target {
    width: 60px;
    height: 60px;
    background: crimson;
    border-radius: 50%;
    position: absolute;
}
