
input[type=submit] {
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color:#333;
    color: #004358;
   
}

input[type=file] {
    padding:3px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color:#333;
    color: #004358;

}

img{
	width: 200px;
    height: 100%;
}

section {
  background-color: #fafafa;
  margin: 1rem;
  padding: 1rem;
  /*border: 2px solid #ccc;*/
  text-align: center;
}

a{
    color: gray;

}