
body {
    justify-content: center; 
	background: #292929;
	font-family: 'Rubik', sans-serif;
	color:white;
  }
  
h1{
	text-align: center;
}

h3{
	text-align: center;
}

div.flex-box {
	display: flex;
	width: 250px;
	flex-direction: column;
	justify-content: stretch;
	align-items: stretch
} 

button {
	border-radius: 10px;
	border: 4px double #cccccc;
	padding: 18px 22px;
	font-family: 'Rubik', sans-serif;
	cursor: pointer;
	text-transform: uppercase;
	background: #354558;
	color: white;
	letter-spacing: 0.2px;
	outline: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
button:hover {
	background: #359458;
}

table{
	margin: 0.8 rem0;
	width: 100%
}


