
.datetime {
	font-size: 13px;
	padding: 10px 5px;
	color: #ffffff;
	background: #444444;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	border-radius: 70px;
	border-right: 10px #009578 solid;
	width: 200px;
	font-weight: 500;
	font-family: "Inter", sans-serif;
	float: right;
	display:flexbox;
	height: 72px;
	margin: 20px 0px;
	border: 30px;
	
  }
  
  .time {
	font-size: 1em;
	color: #00ffcc;
	padding: 2px;
	text-align: center;
  }
  
  .date {
	margin-top: 1px;
	font-size: 1em;
	padding: 2px;
	text-align: center;
  }
  @media only screen and (max-width: 768px){
	.datetime{
		display: none;
	}
	.h1{
		font-size: 25px;
	}
  }
  
  
