@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
a{
	text-decoration: none;
}
main{
  width: 100%;
  height: 100vh;
  background-image: url("../img/Zee.jpg");
  background-size: cover;
  position: relative;
  z-index: -1;
}

.main_rgba{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	z-index: 9;
}
.web-page-image {
   width:690px;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.web-page-image pre {
    height: 45%;
}
.page-image {
    width: 512px;
    height:335px;
    background-image: url(../img/baner.jpg);
    margin-top: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    border-radius: 10px;
    display: none;
    
}


    #str {
  width:690px;
   height: auto;
   font-family: sans-serif;
   font-size: 80px;
   margin:20px auto;
   color: #ebd31b;
   text-align: center;
  font-family: 'Dancing Script';
}
#text{
	width:1100px;
	margin: auto;
	text-align: center;
	font-family: 'bpg_nino_medium_capsregular';
	font-size: 23px;
	line-height: 30px;
	margin-top: -200px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}