
h1 {
	display: flex;
	justify-content: center;
	font-family: verdana;
	margin-bottom: 0px;
    color:darkgreen;
}

/*.holder {
    width:800px
    height:auto;
}*/
form  {
    display:flex;
    align-content:center;
    flex-direction:column;
    width:60%;
   
    margin-top:50px;
    border-radius: 50px;
border:solid green 2px;
    
    background: url("stock.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    padding:80px;

}






input {
outline:none;
margin: 0px;
height: 30px;

margin-top: 20px;
margin: 5px;
border: 0px;
padding: 0px;
width: 60%;
align-self: center;
border-radius: 30px;
padding: 10px;

text-align: center;

}



#submit{
    color:white;
    margin:20px;
background: rgba(0,100,0,.8);
padding: 5px;
text-transform: uppercase;
font-weight:600;
letter-spacing: 2px;
font-family:verdana;
height: 80px;



font-size: 16px;
}

#submit:hover{

    background-color: rgba(0,255,0,8);
}
 
textarea {
    outline-style: none;
    padding: 20px;
    justify-content: center;
    align-self:center;
	border-radius:30px;
   margin:0px 50px;
   width:100%;
    
}

label { 


background-color: rgba(0,100,0,.8);
	font-family: verdana;
align-self: center;   
   display:flex;
    align-content:center;
    flex-direction:column;
    justify-content:center;
    color:white;
    font-weight: 600;
border-radius: 30px;
margin:5px;
padding:20px;
/*width:30%;*/
text-align:center;
	letter-spacing:2px;
	text-transform: uppercase;
}
h3 a{
    color:darkgreen;
}
body,
html{margin:0;}


.holder {
	display:flex;
	 align-items: center;
     align-content:center;
 
	
	 flex-direction: column;
	justify-content: center;
	margin: 20px;
}
#submit{
    color:white;
}
#submit :hover{
    :pink;

}