*{
	font-family: sans-serif;
}
body{
	margin: 0;
	padding: 0;
	background: #190d05;
	background-size: cover;

}
input[type=submit]{
	background: #96c700;
	width: 192.2px;
	height: 69px;
	color: white;
	padding: 15px 30px;
	font-size: 20px;
	font:  sans-serif;
	border: none;
}


input[type=submit]:hover{
	opacity: .7;
	transition: 0.5s;
}
}
html{
	scroll-behavior: smooth;
}
.navbars{
	width: 100%;
	height: 70px;
	margin: auto;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: space-between;
	

}
.sticky {
    font-size: 15px;
    color: #000000;
    border: none;
    position: fixed;
    height: 70px;
    width: 100%;
    transition: all 0.4s ease;
    background: #212529;
}
.logo{
	width: 65px;
	cursor: pointer;
}
.navbars ul li{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
}
.navbars ul li a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 15.2px;
	font-family: montserrat;
}

.navbars ul li a:hover{
	color: #ffc800;
	transition: 0.5s;
}
.content{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
h1.sum{
	font-size: 75px;
	margin-top: 40px;
	font-weight: 100px;
	line-height: 25px;
}
p.wel{
	margin: auto;
	font-size: 25px;
}
.submit{
	color: white;
	width: 200px;
	height: 70px;
	padding: 15px 0;
	text-align: center;
	margin: 20px 10px;
	border-radius: 10px;
	border: 2px solid #1099e3;
	background: transparent;
	font-size: 20px;
	position: relative;
	overflow: hidden;
}
.submit:hover{
	border: none;
	height: 70px;
	background: #1099e3;
	transition: 0.5s;
}
p.basic{
	color: black;
}

section{
	display: block;
}
img{
	padding-left: 30px;
	padding-top: 10px;
}
p.tm-small-font{
	font-size: 18px;
	color: black;
}












