table, td, th
{
	border: none;
	table-layout: fixed;
	text-align: justify;
}

button {
  font-size: 100%;
  padding: 1em 1.7em;
  font-weight: 500;
  background: #1f2937;
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.6em;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color:white;
}