@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

body{
	/*background-color:rgb(219,40,229);*/
	background:linear-gradient(60deg, rgb(219,40,229) 0%,rgb(146,50,225) 40%,rgb(0,212,255) 100%);

}
#logo {
	font-size: 32px;
	text-align: center;
	background: rgba(30,30,30,0.4);
	height: 70px;
	line-height: 70px;
	padding-bottom: 5px;
}
#logo_inner {
	background:
	-webkit-linear-gradient(1.4turn, #3bf0ef, #bca1f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
p{
	font-family: 'Quicksand', sans-serif;
	font-size: 37px;
	color:white;
	text-align:center;
}
a{
	font-family: 'Quicksand', sans-serif;
	font-size: 27px;
	color:white;
	text-align:center;

}
html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
    padding: 0;
    margin: 0;
	color: #333;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/*
a {
	color: rgb(0,100,200);
	text-decoration: none;
}*/
/*
a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}*/

label {
	display: block;
}

input, button, select, textarea, .button {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
	text-decoration: none;
}

input:disabled {
	color: #ccc;
}

button, .button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled, .button:disabled {
	color: #999;
}

button:not(:disabled):active, .button:not(:disabled):active {
	background-color: #ddd;
}

button:focus, .button:focus {
	border-color: #666;
}
