*,
html,
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.github-a {
	transition: 0.1s ease-in-out;
}

.github-a:hover {
	transform: scale(1.12);
}

.c1 {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.password {
	cursor: text;
}

.btn {
	transition: 0.2s ease-in-out;
}

footer {
	bottom: 0;
	right: 0;
}
