@charset "utf-8";
/* CSS Document */

/* General page styling */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(to bottom, #4A90E2, #003366);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

*:focus {
	outline:none!important;
	box-shadow: none !important;
}