#subs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  z-index: 1000;
  pointer-events: none;
}

#subs-container {
  width: 90svw;
  height: 30svh;
  text-align: center;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}

#subs-container > p {
  margin: 0;
  padding: 0;
  font-size: 3vh;
  font-weight: bold;
  color: black;
  background-color: white;
  padding: 1vh;
  border-radius: 1vh;
}
