*{
	box-sizing: border-box;
}
html,body{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	font-family: "Calibri","Open Sans", sans-serif;
	color: rgba(53, 60, 78, 1);
	background: rgba(212, 158, 150, 0.05);
}

.flex{
	display: flex;
}

.col{
	flex-direction: column;
}

.center{
	align-items: center;
	justify-content: center;
}

.shadow{
	box-shadow: 0 0 15px rgba(212, 158, 0, 0.5);
}

#logo{
	border-radius: 50%;
	border: 1px solid rgba(212, 158, 0, 1);
}

#coming-soon{
	*transform: rotate(-25deg);
	display: block;
	color: rgba(212, 158, 0, 1);
	font-weight: bold;
	font-size: 22pt;
	border-radius: 8px;
	padding: 4px;
	margin: 8px;
}

img{
	width: 260px;
}