@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neucha&display=swap');

*{
	margin: :0;
	padding: 0;	
	box-sizing: border-box;
	background-repeat: no-repeat;
  	background-size: cover;
  	background-attachment: fixed;
}
#logoimg{
	height:500px;
	display: flex;
 	margin: auto;
 	justify-content: center;
 	padding-top:100px;
}
h1{
	display: flex;
 	margin: auto;
 	justify-content: center;
	font-family: "Special Elite";
 	margin-top:100px;

	font-size: 72px;
	font-variant-caps: small-caps;
}

h2 {
	margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-bottom: 50px;
    padding-top: 70px;
    font-family: "Special Elite";
    font-size: 50px;

}
#intro{
	text-align: center;
	font-family: "Neucha";
	font-size: 30px;	
	margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.name{
	margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-bottom: 30px;
    font-family:  "Neucha";
    font-size: 30px;
}
.desc{
	margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-family: "Neucha";
    font-size: 30px;
}
br {
	display: block; 
	content: ""; 
	margin-top: 15px;
}
footer{
	margin-top: 100px;
}
#first{
	border: 0;
	margin: 1.35em auto;
	margin-bottom: 50px;
	max-width: 30%;
	background-position: 50%;
	box-sizing: border-box;
	height: 1px;
	color: red;
	background: linear-gradient(90deg,rgba(0, 0,0, 0), rgba(0, 0,0, 0.75), rgba(0, 0,0, 0));
}
#second{
	height:2px; 
	border:none; 
	color:#000; 
	background-color:#000; 
	width:32%; 
	margin:auto 0 auto 450px;
	background: linear-gradient(90deg,rgba(0, 0,0, 0), rgba(0, 0,0, 0.75), rgba(0, 0,0, 0));
	margin-bottom: 70px;
	margin-top:-50px;
}
#third{
	height:2px; 
	border:none; 
	color:#000; 
	background-color:#000; 
	width:25%; 
	margin:auto 0 auto 450px;
	margin-top:-50px;
	background: linear-gradient(90deg,rgba(0, 0,0, 0), rgba(0, 0,0, 0.75), rgba(0, 0,0, 0));
	margin-bottom: 70px;	
}