html{
        align-items: center;
        text-align: center;
        justify-content: center;
}
body{
	margin-top: 100px;
	background-color: #2c2b2b;
        color: white;
        font-size: 20pt;
        font-family: arial;
}
input[type=number]{
	margin-top: 10px;
        background-color: #202020;
        border:none;
        border-radius: 15px;
        color: white;
        width: 100px;
        text-align: center;
	font-size: 18pt;
	padding: 8px;
}
input[type=submit]{
	background-color: #0e6ee3;
	border: 1.8px solid #0e6ee3;
	border-radius: 15px;
	color: white;
	text-decoration: none;
	font-family:arial;
	font-size: 18pt;
	transition: 0.2s;
	cursor: pointer;
	padding: 8px;
}
input[type=submit]:hover{
	background-color: #2c2b2b;
        transition-duration: 0.2s;
        color: #0e6ee3;
        cursor: pointer;
	border: 1.8px solid #0e6ee3;
}
textarea{
	font-size: 18pt;
	resize: none;
	width: 400px;
	height: 200px;
	background-color: #202020;
	color: white;;
	border-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: none;
	margin-bottom: 20px;
}
select {
	font-size: 18pt;
	margin-top: 10px;
	background-color: #202020;
	cursor: pointer;
	color: white;
	border-style: none;
	border-radius: 15px;
	text-align: center;
	padding: 8px;
}
.hi{
	font-size: 12pt;
	cursor: default;
	position: relative;
	color:white;
}
