html{
	overflow-x: hidden;
	width: 100vw !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 200px rgba(0,0,0,0.5);
	border-radius: 5px;
	cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
    background: rgb(84, 108, 119);
}
::-webkit-scrollbar-thumb:active {
    background: rgb(67, 86, 95);
}
.headline{
    font-family: 'Raleway';
    align-self: center;
	color: #212121;
	position: relative;
	text-align: center;
	padding: 1vw;
    font-size: 2.5em;
    margin: 0;
    font-weight: bold;
	letter-spacing: 1px;
}
/* .headline::after{
	content: '';
    position: absolute;
	background: #212121;
	top: 100%;
    left: 30%;
	width: 40%;
	height: 2px;
} */
@media only screen and (max-width: 750px) {
	::-webkit-scrollbar {
		width: 4px;
	}
}
.website-credits{
	background-color: #212121;
	display: none;
	color: white;
}
