/*body{

	background-image: url(image/adv01.jpg);

	background-repeat:no-repeat;

	background-position:center center;

	-webkit-background-size:cover;

	background-size:cover;

	height:100vh;

	

	}*/

.Title {

	font-family:Verdana, Geneva, sans-serif;

	font-size:18px;

	float:right;

	

	}

.details {

	position:absolute;

	 margin-top:-20px;

	 margin-left:35px;

	  background-color:#FFF;

	  height:110px;

	  width:175px;

	  border-radius: 10px;

	  border-color:1 solid #999;

	  box-shadow: 4px 8px 8px 0px #CCC;

	  animation-name: fadeOutIn;

    animation-delay: 2s;

    animation-duration: 6s;

        

	}

	





@keyframes fadeOutIn {

  0% {

    opacity: 0;

  }



  45% {

    opacity: 1;

  }



  100% {

    opacity: 1;

  }

}

	

@keyframes topFadeOut {

  0% {

    position: absolute;

    top: -3rem;

    opacity: 0;

  }



  75% {

    position: absolute;

    top: 25%;

    opacity: 1;

  }



  100% {

    opacity: 0;

  }

}



@keyframes rightFadeInOut {

  0% {

    position: absolute;

    right: -3rem;

    opacity: 0;

  }



  75% {

    position: absolute;

    right: 10rem;

    opacity: 1;

  }



  100% {

    opacity: 0;

    right: 10rem;

  }

}

@keyframes   {

            0% {

                color: white;

                margin-bottom: 0px;

            }

  

            30% {

				

                fade: 3px;

                margin-bottom: 0px;

            }

  

            85% {

                letter-spacing: 2px;

                margin-bottom: 0px;

            }

        }

@keyframes name  {

            0% {

                color: white;

                margin-bottom: 0px;

            }

  

            30% {

				

                fade: 3px;

                margin-bottom: 0px;

            }

  

            85% {

                letter-spacing: 2px;

                margin-bottom: 0px;

            }

        }