
html{
	font-size: 62.5%;
}
body{	
	font-size: 1.6rem;
	font-family: 'Avenir Next Ultra';
	font-weight: 200;
	background: #000;
	height: 100vh;
	padding: 40px 0px 10px 0px;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li a,a{
	text-decoration: none;
}
/*=================  Start Design  =================*/

.design_title{
	color: #FFF;
	text-align: center;
}
.design_title h1 {
    font-size: 123px;
    font-family: 'Palatino';
    letter-spacing: 10px;
    line-height: 120px;
}
.design_title p {
    font-size: 40px;
    font-family: 'Palatino';
    letter-spacing: 39px;
    margin-left: 30px;
    line-height: 35px;
}
.design_contents{
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.design_contents p {
    color: #FFF;
    text-align: center;
    text-align: center;
    font-size: 92px;
    line-height: 105px;
    letter-spacing: 10px;
}
.design_contents span {
    width: 30%;
    height: 1px;
    background: #FFF;
    display: block;
    text-align: center;
    margin: 30px 0px 15px 0px;
}


.footer_main{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: auto;
}
.footer ul{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer ul li {
    color: #aeaeae;
    letter-spacing: 6px;
    margin-bottom: 5px;
    font-weight: bold;
}
.footer ul li a {
    color: #aeaeae;
    transition: 0.2s;
    display: inline-block;
    line-height: 20px;
    font-weight: bold;
}
.footer ul li a:hover{
	color: #FFF;
}





/*=================  End Design  =================*/


