@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, form, ul, li, ol, div, img, span, a, input {
	margin:0px;
	padding:0px;
}
 .floating-icons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .floating-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: white;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    }

    .floating-icons img {
        width: 40px;
        height: 40px;
    }

    /* Hover effect */
    .floating-icons a:hover {
        transform: scale(1.1);
    }
body {
	background-color:#000;
	color:#636363;
	font-size:12px;
}
.fL {
	float:left;
}
.fR {
	float:right;
}
a {
	text-decoration:none;
}
li {
	list-style-type:none;
}
img {
	border:0px;
}
input:focus {
	outline:0;
}
a:focus {
	outline:0;
}
.clearfix {
}
.clearfix:after {
	clear:both;
	content:" ";
	height:0px;
	font-size:0px;
	display:block;
	visibility:hidden;
}
.wraper {
	width:1000px;
	margin:0 auto;
}
.header {
	background:url(../images/1.png) center center no-repeat;
	height:100%;
}
element.style {
}
img.banner-img {
    width: 100%;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
*, *::before, *::after {
    box-sizing: border-box;
}
user agent stylesheet
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
