@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
html{
	height:100%
}
body{
	font-family:"Inter", -apple-system, "avenir next", avenir, roboto, noto, ubuntu, "helvetica neue", helvetica, sans-serif;
	font-size:1.0rem;
	line-height:1.8;
	margin:0;
	min-height:100%;
	
}

body, main{
	background: #1f242A;
	color: #adb5bd
}

a, a:visited{
	color: #91A7FF;
}

h1,h2,h3,h4,h5,h6 {
	color: #74c0fc;
	padding-top: 30px;
	padding-bottom: 25px;
}
input,  .form-control{
	background: #1e2448;
	color: #eeffff

}

.form-control:focus{
	background: #1e2459;
	color: #eeffff
}

img{
	border: 2px solid #770097;
	border-radius: 8px;
	
}