@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");

body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	margin: 0;
	background: #111;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

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

.header-center {
	align-items: center;
	flex-direction: column;
	margin-top: 10%;
}

.left-margin {
	margin: 0px 16px;
}

#sj-frame {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #111;
}

#sj-error {
	color: #ff6666 !important;
	white-space: pre-wrap;
}

#sj-error-code {
	font-size: 12px;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
}

h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}

.desc p {
	width: 560px;
	color: rgba(253, 253, 253, 0.514);
}

#sj-address {
	background: none;
	font-family: inherit;
	padding: 0px 17px;
	height: 48px;
	border: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	border-radius: 50px;
	outline: none;
	width: 350px;
	margin-top: 5px;
	font-size: 16px;
	transition: border-radius 0.1s;
}

#sj-address:focus {
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 6px;
}

#sj-address::placeholder {
	color: rgba(255,255,255,0.4);
}
