BlubberHud {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	.title {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 5%;
		font-size: 40px;
		font-weight: bold;
		color: white;
		height: 80px;
		align-items: center;
	}
}
