select {
	font-size: 35px;
	border-radius: 12px;
	padding: 10px;
}
	

input{
	font-size: 35px;
	text-align: center;
	height: 100px;
	width: 70%;
	order: 2px;
	border-color: light-blue;
	border-radius: 5px;
}

submit{
	background-color: green;
	border: 5px;
}

.content {
	max-width: 800px;
	margin: auto;  
	text-align:center;
}

.button {
	background-color: #A15A5A;
	height: 100px;
	padding: 25px;
	border: none;
	border-radius: 12px;
	box-shadow: 5px 5px 12px -8px #000000;
	color: white;
	text-align: center;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

a.button {
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	background-color: #A15A5A;
	height: 55px;
	padding: 25px;
	border: none;
	border-radius: 12px;
	box-shadow: 5px 5px 12px -8px #000000;
	color: white;
	text-align: center;
	font-size: 55px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: none;
}

.dropdown{
	weew
}