
#success, #fail{
	display: none;

}

#message1, #fail{
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	height: 30px;

  color: red;
}


#success{
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	height: 30px;

  color: rgb(22, 218, 22);
}

#question {
	border: 5px solid rgb(49, 22, 33);
	width: 200px;
	height: 40px;
	font-size: 18px;
	text-align: center;
}

#lang {
	width: 250px;
	height: 40px;
	font-size: 18px;
	text-align: left;
}


#ans {
	border: 5px solid rgb(49, 22, 33);
	width: 60px;
	height: 40px;
	font-size: 20px;
	text-align: center;
}

input, button{
	font-family: 'Open Sans';
	font-weight: lighter;
	font-size: 20px;
}

input{
	border: 1px solid #FFBBD7;
	width: 40px;
	height: 30px;
	text-align: center;
}

button{
	border: none;
    border-radius: 1.5em;
    color: #FFF;
    background: rgb(21, 161, 79);
    padding: 2.5px 10px;
    width: 175px;
    height: 30px;
    cursor: pointer;
    transition: background .5s ease-in-out;
}

	
	

button:hover:enabled{
	background: #303030;
}

button:disabled{
	opacity: .5;
	cursor: default;
}
