.test-scene-wrapper {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	padding: 16px 16px 0 16px;
}

.test-scene-wrapper header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

.test-scene-wrapper header h1 {
  font-size: 42px;
  margin: 0;
}

.test-scene-wrapper header img {
  width: 200px;
}

#time {
  width: 200px;
  text-align: right;
  font-size: 42px;
}