body,html {background: url("Pics/victoriaFalls.jpg") no-repeat center center fixed; 
       	 -webkit-background-size: cover;
       	 -moz-background-size: cover;
       	 background-size: cover;
		  }	


	.diamond {margin-left: auto;
			  margin-right: auto;
			  margin-top: 10.8em;
			  top: 30px;
			  display: flex;
			  content: center;
			  top: 50px;
			  width:359px;
			  height:359px;
			  background-color: white;
			  transform:rotate(45deg);
			  -webkit-transform:rotate(45deg);
			  opacity: 0.5;
			}
	.diamondInner { margin: 0 auto;
					display: flex;
					font-weight:bold;
					transform:rotate(45deg);
					-webkit-transform:rotate(-45deg);
					[B]width:359px;
					height:359px;
					vertical-align:middle;
					text-align:center;
					display: table-cell;
					}[/B]

	.box {margin: auto;
		  width: 300px;
    	  height: 250px;
    	  vertical-align: center;
    	  margin-left: auto;
    	  margin-right: auto;
    	  }

    h3 {    
        font-size: 22px;
        text-align: center;
        padding: 65px;
        color: rebeccapurple;
        font-family: 'Raleway', sans-serif;
        }   
button {
    margin: 5px;
}
textarea {
    width: 200px;
}