body {
	background: #343a40;
}
.utama, header {
	background: white;
}

.cnt {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.utama {
  flex-grow: 0;
}

.info{
  margin-top: auto;
	border-top: 5px solid #0000002e;
}
