html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-moz-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-moz-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center; 
    overflow: hidden;
	background-color: black;
}

/* Giriş Sayfası Stilleri */
#enter-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

#enter-button {
    color: #fff;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    padding: 20px 40px;
    border: 2px solid #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.2);
}

#enter-button:hover {
    background-color: #fff;
    color: #000;
    transform: scale(1.05);
}

#main-content {
    display: block;
    filter: blur(10px);
    width: 100%;
    height: 100%;
}

#main-content.active {
    filter: blur(0px);
}

#main_info_container{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-moz-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-moz-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
    overflow: hidden;
}
#main_info{
    width: 400px;
    height: 450px;
}
#logo{
    width: 420px;
    height: 420px;
    padding: 0;
    margin: 0;
}

#open{
    width: 64px;
    padding: 20px 168px;
}

#open:hover{
    cursor: pointer;   
}

h1{
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    font-size:36px;
    text-align:center;
    color: white;
    margin-top: -20px;
    margin-bottom: 5px;
    padding:0;
}
h2{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align:center;
    color: #c7c7c7;
    margin: 0;
    padding: 0;
}

#links{
    display: none;
    opacity: 0;
    margin-top: -600px;
}

#link{
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    font-size:36px;
    margin: 0;
}
#link a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #9E9E9E;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}

#link a:hover{
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back{
    width: 64px;
    padding: 20px 168px;
}

#back:hover{
    cursor: pointer;   
}

#particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000
}

canvas#spiders {
	width: %100;
	height: %100;
}