Toolgunscreen {
	.background {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;

		background-repeat: no-repeat;
		background-position: center;
		opacity: 0.7;
	}

	.title {
		font-size: 26px;
		font-weight: bolder;
		flex-direction: column;
		padding-top: 10px;
		padding-left: 10px;

		color: rgb(255, 255, 255);
		opacity: 1;
	}
}
