.Lresults {
	color: darkblue;
	font-size: 20px;
	background-color: white;
	margin-right: 78.5%;
}
.Mresults {
	color: darkblue;
	font-size: 20px;
	background-color: white;
	margin-right: 78.5%;
}
.Nresults {
	color: darkblue;
	font-size: 20px;
	background-color: white;
	margin-right: 78.5%;
}
.Oresults {
	color: darkblue;
	font-size: 20px;
	background-color: white;
	margin-right: 78.5%;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: lightblue; 
    border-radius: 40px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: blue; 
}

body {
	font-family: "Verdana";
	font-size: 18px;
	background-color: lightgray;
}
.title0 {
	font-size: 40px;
	background-color: gray;
	margin-right: 65%;
	color: white;
}


.title1 {
	font-size: 28px;
	color: black;
	background: lightblue;
	margin-right: 70%;
}
.title2 {
	font-size: 28px;
	color: black;
	background: lightgreen;
	margin-right: 66%;
}

.title3 {
	font-size: 28px;
	color: black;
	background: orange;
	margin-right: 68%;
}

.title4 {
	font-size: 28px;
	color: black;
	background: #ff0033;
	margin-right: 65%;
}
.input [type="number"]{
	font-size: 15px;
	background-color: lightgray;

}
.but [type="submit"]{
	size: 30px;
	background-color: black;
	color: white;

}