body {
	background: linear-gradient(to bottom, rgba(3, 88, 116, 1) 10%, rgba(3, 88, 116, 0.5) 100%), url(https://furnieye.net/1x/background_pattern.gif);
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 11px;
	font-family: Verdana;
	color: #F2F2F2;
	font-weight: bold;
}

.coming_soon {
	display: flex;
	width: 420px;
	flex-direction: column;
	align-items: center;
	background: rgba(70, 70, 70, 0.6);
	padding: 20px;
	border-radius: 10px;
	border: solid black 1px;
	text-align: center;
	line-height: 18px;
	position: relative;
	top: -20px;
}
.coming_soon img {
	image-rendering: pixelated;
	position: relative;
}

.coming_soon p {
	margin-top: 30px;
}

.wrapper-buttons {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.wrapper-buttons > * {
  margin-bottom: 10px;
}

.wrapper-buttons > *:first-child {
  margin-top: 10px;
}

.wrapper-buttons > *:last-child {
  margin-bottom: 0px;
}

.blue-button {
  display: inline-block;
  font-family: Whitney, "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11pt;
  border-radius: 3px;
  cursor: pointer;
  height: 45px;
  width: 250px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.blue-button {
  background-color: #7289da;
  border: 2px solid #7289da;
  color: #fff;
}

.blue-button:hover,
.white-button:hover,
.black-nitro-button:hover,
.green-nitro-button:hover {
  transform: translateY(1px);
}

.blue-button:active,
.white-button:active,
.black-nitro-button:active,
.green-nitro-button:active {
  transform: translateY(2px);
}

.blue-button,
.white-button,
.black-nitro-button,
.green-nitro-button {
  outline: transparent !important;
}
