@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");

.center-xy {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

html, body {
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  background-color: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.copy-container {
  text-align: center;
  position: relative;
}

p {
  color: #fff;
  font-size: 24px;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
}

.handle {
  background: #ffe500;
  width: 10px;
  height: 24px;
  margin-left: 5px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

#cb-replay {
  fill: #666;
  width: 20px;
  margin: 15px;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow: inherit;
  cursor: pointer;
}
#cb-replay:hover {
  fill: #888;
}
