body {
	background-color:#191818;
}

.content {
	display: flex;
	justify-content: center;
}

#background {
  position: relative;
  z-index: 1;
}

#background::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 800px;
  height: 480px;
  margin-top: 100px;
  opacity: 0.05; 
  z-index: -1;
  background: url('../images/scanner.png');
}

.soon {
	font-family: Arial;
	font-style: normal;
	font-weight: 800;
	font-size: 108px;
	color: #959595;
	margin-top: 200px;
	margin-block-end: 0em;
}

.details {
	font-family: Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	color: #C5C5C5;
}

.contact {
	font-family: Arial;
	font-style: normal;
	font-weight: 200;
	font-size: 18px;
	color: #F5F5F5;
}