@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html, body{
  font-family: Archivo Black, Archivo Black;
  font-size: calc(100vw / 100);
  color: #FCF1C0;
  font-family: Baskerville, Baskerville;
}
body{
	background: url('imgs/bg_1.png');
	background-repeat: no-repeat;
}
.header{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 24px;
}
.logo-box{
	display: flex;
	align-items: center;
}
.logo-box span{
	font-weight: 600;
	font-size: 32px;
	line-height: 37px;
	font-style: normal;
	margin-left: 20px;
}
.link-box a{
	font-weight: 600;
	font-size: 22px;
	color: #FCF1C0;
}
.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-center ul{
	list-style: none;
}
.flex-center ul li{
	margin-bottom: 38px;
}
.flex-center ul li:first-child{
	margin-bottom: 52px;
}
.big-img{
	max-height: 800px;
}