body {
    background: rgb(240,240,240);
}

div.login {
	display: block;
	border-style: solid;
	border-width: 0px;
	border-color: black;
	background: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	color: navy;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	max-width: 1000px;	
	border-radius: 15px;
	box-shadow: 5px 5px 15px black;
}

p {
	display: block;
	border-style: none;
	border-width: 2px;
	border-color: black;
	background: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	color: navy;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	max-width: 1000px;	
	border-radius: 15px;
	box-shadow: 5px 5px 15px black;
}

h1 {
	display: block;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	color: navy;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: calc(30px + 1.3vw);
	max-width: 1000px;	
	border-radius: 15px;
}

h2 {
	display: block;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 5px;
	color: navy;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: calc(15px + 1.3vw);
	max-width: 1000px;	
	border-radius: 15px;
}

.lomakekentta {
	font-family: monospace;
	max-width: 80%;
    height: 1.5em;
	font-size: 1.7em;
	color: navy;
    border-style: solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-color: navy;
	border-bottom-width: 2px;
	background-color: white;
	text-align: center
}

.nappi {
	font-family: Arial;
	font-size: 20px;
	border-color: navy;
	margin: 5px;
	padding: 3px;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	background-color: blue;
	color: white;
}

.vaihtoehto {
	display: block;
	border-style: solid;
	border-width: 0px;
	border-color: black;
	background: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	color: navy;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
	max-width: 1000px;
	border-radius: 15px;
	box-shadow: 5px 5px 15px black;
}

img.kuva {
	width: 100%;
	border-color: balck;
	border-style: solid;
	border-width: 1px;
	
}

div.info {
	display: block;
	border-style: solid;
	border-width: 0px;
	border-color: black;
	background: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	color: navy;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 32px;
	max-width: 1000px;
	border-radius: 15px;
	box-shadow: 5px 5px 15px black;
}