* {
	box-sizing: border-box;
}
@font-face {
	font-family: yekan;
	src: url('b.woff');
  }
  
  html * {
	font-family: yekan, sans-serif;
  }

body {
  	background-color: #2B2B2B;
}
.sale {
  	width: 800px;
  	background-color: #4D4D4D;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 50px auto;
	padding-bottom: 8px;
}
.logo {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 100px;
	z-index: 1;
  }
.sale h1 {
  	text-align: center;
  	color: #DDDDDD;
  	font-size: 34px;
  	padding: 16px 0 16px 0;
  	border-bottom: 1px solid #DDDDDD;
}
.desc{
	color: #DDDDDD;
	text-align: center;
    line-height: 1;
	font-size: 30px;
	margin: 32px;
	font-family: yekan, sans-serif;
}
.socid{
	text-align: center;
	color: #47b5da;
	font-size: 30px;
}
.notice{
	color: yellow;
	font-size: 16px;
	text-align: center;
	margin: 0px;
}
.links a {
    width: 140px;
    height: 140px;
	margin: 48px;
    display: inline-block;
    padding: 4px;
    border-radius: 10%;
    background-color: #808080;
    margin-left: 2px;
}
a img{
	display: block;
	margin: auto;
	width: 130px;
}
.links{
	display: flex;
	justify-content: center;
}