@charset "utf-8";
/* CSS document*/

body {background-color:#FFF;
}
.card {
	display: flex;flex-direction: column;justify-content: center;background-color: #000; color:#FFF;height: flex; width: 100px;
}
