.pause-indicator {
position: fixed;
width: 100%;
z-index: 999;
background-color: lightgrey;
color: red;
text-align: center;
font-weight: bold;
}