@charset "utf-8";
/* CSS Document */

html {
  
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

logo{
	background-image:url(Images/1.png);	
	}

.block {
  width: 50%;
  border: 3px solid #fff;
  background: rgba(255,255,255,0.7);
  text-align:center;
  margin: 10% auto 0;
  height:60%;
}
