.donegal-one-regular {
  font-family: "Donegal One", serif;
  font-weight: 400;
  font-style: normal;
}

body {
	background: rgb(64, 64, 64);
	background: radial-gradient(circle, rgb(64, 64, 64) 0%, rgba(0,0,0,1) 100%);
}

.soon-box {
	background-color: rgb(87, 87, 87); 
	height: 150px;
	width: 300px;
	font-size:20px;
	text-align: center;
	vertical-align: middle;
	line-height: 150px;
	color: white;
	outline: 3px solid #191919;
	margin: 0 auto;
	font-family: "Donegal One", serif;
	font-weight: 100;
	font-style: normal;
}