body {
	font-family: 'Roboto', sans-serif;
	background-image: linear-gradient(25deg, #d2b5c6, #e1cdd9, #f0e6ec, #ffffff);
}

.arbk-inner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100vh;
}

.arbk-content {
	background: #fff;
	padding: 30px;
	margin-top: 80px;
}

.arbk-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px;
}

button {
	cursor: pointer;
}

.table
tbody
tr 
th {
	padding-left: 0
}