@charset "utf-8";
/* CSS Document */

*{
	color: White;
	text-shadow: 2px 2px 5px black;
	font-variant: small-caps;
}

body{
	background-image: linear-gradient( #ffcccc, #ccffe6, #ccccff);
	background repeat: no-repeat;
}


form{
	background:url(https://people.dsv.su.se/famo7969/pics/icecream.gif);
	background-size: 20%;
	background-repeat: no-repeat, repeat;
	background-position: center bottom, left top;
	padding: 100px;
}


fieldset{
	border:white;
	opacity: 5px;
	padding: 5px;
}
#points{
	text-align: right;
	font-size: 20px;
	letter-spacing: 0px
}

h1{
	text-align: center;
	letter-spacing: 100px;
	color: white;
}
#outputinfo{
	
	text-align: center;
	letter-spacing: 40px;
	color: white;
}

.label1{
	font-size: 30px;
	
}

.button{
	
	display: inline-block;
	padding: 10px 15px;
	font-size: 20px;
	font-family: verdana;
	font-variant: small-caps;
	cursor:pointer;
	text-align:center;
	text-decoration: none;
	outline:none;
	color:#fff;
	background-color: pow;
	border:none;
	border-radius:50px;
	box-shadow: 0 9px #ffcccc; 
}
.button:hover{background-color:#b3d9ff}

.button:active{
	background-color: lightblue;
	box-shadow: 0 5px #2f5cb6;
	transform: translateY(4px);
}

#reset{
	display: inline-block;
	padding: 10px 15px;
	font-size: 20px;
	font-family: verdana;
	font-variant: small-caps;
	cursor:pointer;
	text-align:center;
	text-decoration: none;
	outline:none;
	color:#fff;
	background-color: pow;
	border:none;
	border-radius:50px;
	box-shadow: 0 9px #ffcccc; 
}
#reset:hover{background-color:#b3d9ff}

#reset:active{
	background-color: lightblue;
	box-shadow: 0 5px #2f5cb6;
	transform: translateY(4px);
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #262626;
	box-shadow: 0 9px #000000;
	border-radius:5px;   
}

li {float: left;}
.li1 {float: right;}

li a, .dropbtn {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	border-top-left-radius: 5px;
    	border-top-right-radius: 5px;
    	border-bottom-right-radius: 0px !important;
    	border-bottom-left-radius: 0px !important;
	
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #cefb9d;
}


.dropdown-content {
	display: none;
	position: absolute;
	margin-top: -5px;
	background-color: #262626;
	width:137px;
	z-index: 1;  
	border-radius: 0 0 5px 5px;
	box-shadow: 0 9px #000000 !important;
}

.dropdown-content a {
	color: white;
	padding: 5px 5px;
	text-decoration: none;
	display:block;
	text-align: center; 
	
}

.dropdown-content a:hover {background-color: #e6fdce}

.dropdown:hover .dropdown-content {
	display: block;
	block-size: auto;
}

li{	
	font-family: verdana;
	font-size: 15px;
	font-variant: small-caps;
}

.li1{
	
	font-family: verdana;
	font-size: 15px;
	font-variant: small-caps;
}

