body{
    margin: 0;
    padding: 0;
    color: white;
    width: 100%;
    height: 100%;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
    font-family: "Arial Regular";
    box-sizing: border-box;
}
a{
    display: block;
    color:white;
}
.container{
    text-align: center;
    background: black;
    width: 100%;
    height:100%;
}
.male{
    bottom: 0;
    left: 0;
    text-align: center;
    background: url(img/screen1.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 0.3s;
}
.female{
    bottom: 0;
    right: 0;
    background: url(img/screen2.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 60%;
    height: 100%;
    z-index: 2;
    transition: 0.3s;
}
.draw{
    bottom: 0;
    background: url(img/screen3.png) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 36%;
    margin-left: 32%;
    height: 100%;
    z-index: 2;
}

.logo{
    margin-top: 2%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
}
.logo img{width: 235px;}
.footer{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    color: white;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    z-index: 10;
}
.info_block{
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 10;
}
.info{
	background: url(img/info.png) no-repeat;
    width: 530px;
    height: 398px;
    margin: 0 auto;
    background-size: cover;
}
.info a{
    font-family: 'Times New Roman',  serif;
}
.btn1{
	background: url(img/btn1_0.png) no-repeat center;
    background-size: cover;
    text-decoration: none;
    padding: 7px 16px 5px 16px;
    width: 127px;
    height: 23px;
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
}
.btn1:hover{
	background: url(img/btn1_1.png) no-repeat center ;
    transition: 0.3s;
    background-size:cover;
}
.hover {
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%); 
	transition: 0.3s;	
}
.btn1:active{
	background: url(img/btn1_2.png) no-repeat center ;
    transition: 0.3s;
    background-size:cover;
}
.btn2{
	background: url(img/btn2_0.png) no-repeat center;
  	background-size: cover;
    text-decoration: none;
    padding: 7px 17px 5px 17px;
    width: 127px;
    height:23px;
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
}
.btn2:hover{
	background: url(img/btn2_1.png) no-repeat center ;
    transition: 0.3s;
    background-size:cover;
}
.btn2:active{
	background: url(img/btn2_2.png) no-repeat center ;
    transition: 0.3s;
    background-size:cover;
}



