@charset "UTF-8";

.countdownlpheader {
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 4px;
	position: fixed;
  .border {
    width: 1px;
    height: 30px;
    background: #fff;
    margin: 0 40px;
  }
  a {
    color: #fff;
  }
}



article {
	padding-top: 40px;
}

@media screen and (max-width: 768px) {
	.countdownlpheader {
		font-size: 12px;
		letter-spacing: 2px;
	}
	.countdownlpheader .border {
		margin: 0 10px;
	}
}