@charset "utf-8";
/*   
Theme Name: soon
Theme URI: http://www.gs-interactive.com
Description: Theme template -- WordPress v5.2
Author: GS-I
Author URI: http://www.gs-interactive.net
Version: 1.000
*/

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	font-size:18px;
	line-height:1.6;
	color: #000;
}

body {
    padding: 0;
    margin: 0;
	background-color:#ffe2ca;
}

.main {
	width:100%;
	min-height:100vh;
	background-color:#ffe2ca;
	display:flex;
	justify-content: center;
	align-items: center;
}

.main .logo {
	max-width:950px;
	margin:0 auto;
}
.main .logo img {
	width:100%;
	height:auto;
}
.main .text {
	margin:70px auto 0;
	text-align: center;
	font-family: "mozaic-geo-variable", sans-serif;
	font-variation-settings: "wght" 400;
	color:#1f317c;
	font-size:28px;
}
@media(max-width: 1000px) {
	.main .text {
		font-size:21px;
	}
}
.main .text strong {
	font-variation-settings: "wght" 700;
}
.main .text a {
	color:#1f317c;
	text-decoration: none;
	transition:all .3s;
}
.main .text a:hover {
	color:#fd841f;
	text-decoration: none;
}