.content-center {
    justify-items: center;
}

canvas {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    max-width: 950px;
}

.radar-reset-button {
    display: inline-block;
    height: 40px;
    font-size: 18px;
}

    .radar-reset-button.hide-button {
        display: none;
    }