form {
  display: flex;
  flex-direction: column;
	width: 90%;

	
}

label {
  color: #333;
	text-align: left;
	font-size: 20px;
}

input, textarea {
  width: 100%;
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	max-width: 100%;
	
			
}

.submit {
    background-color: #2d2d2d;
    color: #fff;
    padding: 15px 1px;
    border: none;
    cursor: pointer;
    width: 50%;
    font-size: 15px;
}

.submit:hover{
    background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
}


.contact{
	border-radius: 5px;
	border-style: solid;
	display: flex;
	flex-direction: column;
	margin-top:45px;
	flex:1;
	background-color: white;
	height: 400px;
	cursor: pointer;
	flex:1;
	width: 400px;
	max-width: 900px;
}
.contactItems{
	align-items: left;
	display: flex;
	flex: 1;
	justify-content: left;
	flex-direction: column;
	
	
}