form {
    float:left;
	margin: 16px;
    margin-left: 10%;
}

input:focus,
textarea:focus {
	background-color: azure;
}

#name {
    width: 45%;
}

#email {
    width: 45%;
}

#message {
	width: 91%;
	height: 100px;
}

.button {
    width: 100px;
    border: 0;
    background-color: white;
    color: black;
}

.button:hover,
button:focus {
	width: 100px;
    border: 0;
    background-color: darkgrey;
    color: black;
}

#map {
	float: right;
	margin-top: 32px;
	margin-bottom: 16px;
	margin-bottom: 16px;
	margin-right: 10%;
	height: 200px;
	width: 40%;	
}