

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');

body {
	font-family: Dosis, Arial, sans-serif;
	font-size: 18px;
	background-color: white;
	color: #414042;
}

p,
ul,
li {
	font-size: 18px;
	font-weight: 300;
}
h1,
.h1 {
	font-size: 32px;
	font-weight: 500;
}
h2,
.h2 {
	font-size: 28px;
	font-weight: 500;
}
h3,
.h3 {
	font-size: 26px;
	font-weight: 500;
}
h4,
.h4 {
	font-size: 24px;
	font-weight: 500;
}
h5,
.h5 {
	font-size: 22px;
	font-weight: 500;
}
h6,
.h6 {
	font-size: 20px;
	font-weight: 500;
}

.darkbg {
	color: white;
}

.footer {
	  position: fixed;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  background-color: #414042;
	  color: white;
	  text-align: center;
	}
	
a, a:hover, a:visited {
	color: #ff782d;
}

table.form {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #dedede;
}
td.label {
	text-align: right;
}
td.input {
	text-align: left;
}

.button {
	display: inline-block;
	padding: 8px 44px;
	cursor: pointer;
	border-radius: 5px;
	background-color: #ff782d;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
  }
  
  .button:hover {
	  background-color: #00ab97;
	}