/** Removing page title and date when printing */
/* @page { size: auto;  margin: 0mm; }
body{
    display: flex;
    align-items: center;
}
.content{
	background-color: #000;
    display: block;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
} */