
@media (max-width: 990px) {
	html{
		font-size: 18pt;
		font-family: "Lucida Handwriting", "Comic Sans MS";
	}
	
	.name{
		color:red;
		font-size: 16pt;
	}
}

@media (min-width: 991px) {
	html{
		font-size: 14pt;
		font-family: "Lucida Handwriting", "Comic Sans MS";
	}
	
	.name{
		color:red;
		font-size: 12pt;
	}
}

button{
	font-size:16pt;
}

.edit{
	font-size: 10pt;
	cursor: pointer;
}

.edit:hover{
	font-size:14pt;
	color: blue;
}

#formular{
	font-size: 20pt;
}


.container{
	border: 1px solid #EAEAEA;
	border-radius: 25px 25px 25px 25px;
	padding: 15px;
	width: fit-content;
}

.hello{
	padding-top: 250px;
	overflow: hidden;	
	text-align: center;
}

