* {
	margin: 0 auto;
	padding: 0;
}

.all {
	width: 100vw;
	height: 100vh;
	overflow: auto;
	transition: all 1s;
}

a{
	text-decoration: none;
}

body::-webkit-scrollbar {
	width: 0;
	height: 0;
}

div::-webkit-scrollbar {
	width: 0;
	height: 0;
}

body::-webkit-scrollbar-thumb {
	background-color: #000000;
}

body {
	/* 
	background-image: url("../img/backgroun2.jpg");
	background-repeat: no-repeat;
	background-size: 100vw 100vh; */
}

input:-webkit-autofill {
	transition: background-color 5000s ease-in-out 0s;
}

input {
	/* -webkit-text-fill-color: #000000; */
}