@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body{


	font-family:'Roboto', sans-serif;
	background-color: #000;
}
h1,p{

	color: lime;
}
h1,p{

	font-size: 46px;
}
p{

	font-size: 22px;
	margin-top: 15px;
	
}
.form-control:focus {

	border-color: #fff;
	box-shadow:  0 0 0 0.2rem rgb(0 255 0);


}
.container{

	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.btn-custom{

	display: block;
	width: 160px;
	background: red;
	height: 50px;
	margin: auto;
	margin-top: 8px;
	color: #fff;
	font-size: 17px;

}

.btn-custom:hover{
	
	background: transparent;
	color: #fff;



}
