body {
    background-color: #222222;
}

h1, h2, p {
    text-align: center;
    color: #eeeeee;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    pointer-events: none;
}

div {
    display: flex;
    justify-content: center;
}

.panicSoundToggleButton {
    width: 100px;
    height: 100px;
}

.hornPushButton {
    width: 100px;
    height: 100px;
}

.spacer {
    height: 10px;
}

.panicTogglePushButton {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    border: none;
    background-size: cover;
}

.panicTogglePushButtonImage {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    border: none;
}