body {
	background-image: url("assets/goodbgg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	font-family: Arial;
	margin: 25px;
	padding: 0;
}

#welcomeMessage {
	text-align: center;
	font-family: sans-serif;
}

#developerRights {
    position: fixed;
    bottom: 0;
    right: 0;
	margin: 35px;
}

#iriselkimg {
	border-style: dashed dotted;
}

