@font-face { 
	font-family: 'GraphikSemibold';
	src: url('Images/GraphikSemibold.otf');
}

@font-face { 
	font-family: 'GraphikRegular';
	src: url('Images/GraphikRegular.otf');
}

body {
	background-color: #FFFC00!important;
	font-family: 'GraphikSemibold'!important;
	color: black!important;
}

h6 {
	font-family: 'GraphikRegular'!important;
}

p {
	font-family: 'GraphikRegular'!important;
	font-size: 9pt;
}

p span {
	font-family: 'GraphikSemibold';
}

textarea:focus, input:focus{
    outline: none!important;
}

#input {
	background-image: url("Images/bitmojies2.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 400px;
	height: 100vh;
	padding: 50px;
}

.logo {
	text-align: center;
}

.logo img {
	height: 40px;
}

.text {
	text-align: center;
	margin-top: 70px;
	z-index: 99;
	height: 100%;
}

.text button {
	background-color: black;
	color: white;
	border-radius: 30px;
	border: 0px solid;
	box-shadow: rgb(0 0 0 / 5%) 0px 0px 32px;
	padding: 14px 45px;
  	margin: 0;
  	position: absolute;
  	top: 47%;
  	width: 70%;
  	transform: translate(-50%, -50%);
}










