

input[type="text"]
{
	font-family: Righteous;
	font-size: 14px;
}
#underline-gap {
  text-decoration: underline;
  text-underline-position: under;
}
select
{
	font-family: Righteous;
	font-size: 14px;
}
input[type="date"]
{
	font-family: Righteous;
	font-size: 14px;
}
input[type="number"]
{
	font-family: Righteous;
	font-size: 14px;
}
input[type="submit"]
{
	font-family: Righteous;
	font-size: 12px;
}

.btn_go {
  border: 4px solid black;
  border-radius: 4px;
  color: black;
  background-color: Transparent;
  border-color: #FFFFFF;
  padding: 14px 28px;
  font-size: 24px;
  font-family: Righteous;
  cursor: pointer;
}

.btn_white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn_white:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
}
