html,
body {
 
}

body {
	font-family: 'Lato', sans-serif;
}

::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #9e38b8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #9e38b8;
}

::selection {
	color: #f1f1f1;
	background: #04ac9d;
}

::-webkit-selection {
	color: #f1f1f1;
	background: #04ac9d;
}

::-moz-selection {
	color: #f1f1f1;
	background: #04ac9d;
}


a:focus,
p:focus,
div:focus,
input:focus,
textarea:focus,
submit:focus,
button:focus {
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease-in-out !important;
	-webkit-transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 600;
}
