body{
	background-color:#192734;
	color:white;
	font-size:15px;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#form{
	width:600px;
	height:710px;
	border:2px solid #8899A6;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:10px;
	text-align:center;
	border-radius:10px;
}

#output{
	position:absolute;
	left:25px;
	bottom:10px;
	width:545px;
	height:320px;
	border:3px solid #8899A6;
	border-radius:10px;
	justify-content:center;
}

.form_div{
	width:550px;
	height:40px;
	border:2px solid #03DAC6;
	border-radius:10px;
	margin-top:15px;
	margin-left:25px;
	display:flex;
	justify-content:center;
}

h2{
	text-align:center;
}

li{
	list-style-type: none;
	margin-right:20px;
	margin-top:10px;
}

#btn{
	width:551px;
	height:40px;
	position:absolute;
	left:25px;
	top:320px;
	background-color:#03DAC6;
	border-radius:10px;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	color:#192734;
	font-size:20px;
	font-weight: bold;
	transition: 0.5s ease-in-out;
	cursor:pointer;
}

#btn:hover{
	border:3px solid white;
	opacity:0.9;
}

