.login-page {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10%;
	background-image: url(./img/background.svg);
	background-size: cover;
	flex-wrap: wrap;
}

.login-text {
	font-family: hand-bold;
	font-size: 48px;
	max-width: 90%;
}

.login-button {
	font-family: hand-bold;
	font-size: 48px;
	background-color: rgb(3,165,252);
	color: whitesmoke;
	border-width: 0px;
	padding: 20px;
	border-radius: 10px;
	cursor: pointer;
}