
.body {
	border: solid 2px black;
	width: 70%;
	background-color: #8e8383;
	margin-right: 15%;
	margin-left: 15%;
	font-family: Helvetica;
	color: #5c5c61;
}
.pic {
	margin-right: 20px;
	float: right;
	border-radius: 40%;
	height: 200px;
}
.heading {
	height: 200px;
	margin-top: none;
	padding: 10px;
	background-color: #5c5c61;
}
.sect {
	background-color: white;
	padding: 10px;
}
.name {
	font-size: 30px;
	color: white;
}
.post {
	font-size: 20px;
	color: white;
}
.info {
	color: white;
}
.spa1 {
	margin-left: 13%;
}
.spa2 {
	margin-left: 16%;
}
h3 {
	color: #5c5c61;
}

 input[type=text], select, textarea {
    width: 60%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #5c5c61;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
   
  input[type=submit]:hover {
    background-color: #5c5c61;
  }

input,textarea{
width: 400px;
font-size: 20px;
color: #5c5c61;
padding: 1em;
outline: none;
border: 2px solid #5c5c61;
background-color: transparent;
}
input:focus, textarea:focus{
   background-color: #5c5c61;
   color:white;
}
input{
height: 50px;
margin-bottom: 5px;
}
button {
min-width: 150px;
height: 50px;
outline: none !important;
border: 2px solid #5c5c61;
background: transparent;
border-radius: 25px;
font-size: 1.2em;
justify-content: center;
align-items: center;
transition: all 0.4s;
color: #5c5c61;
}

button:hover {
cursor: pointer;
background-color: #5c5c61;
color: white;
}
.contact-form{
	text-align: center;
}