#aaa {
  background-image: url("../../img/bg.png");
}

header a {
text-decoration: none;
color: #eee;
}

h1 {
background: linear-gradient(#333, #555);
color: #eee;
border-bottom: 2px solid #CBCBCB;
width: 100%;
height: 50px;
padding-left:3%;
line-height: 50px;
margin-top: 0px;
margin-bottom: 10px;
font-size: 20px;
}

#demo img {
width: 100%;
height: auto;
}

#canvas ,.upload img {
  max-width: 96%;
  height: auto;
  padding: 2%;
}

select{
  font-size: 16px;
  margin-left: 3%;
  margin-bottom: 10px;
  min-width: 25%;
  height: 30px;
}

input {
  margin-left: 30px;
}

.text_form input {
  font-size: 16px;
  margin: 15px 2% ;
  width: 70%;
  padding: 5px ;
  /* max-width: 100%; */
}

.upload input {
 margin: 10px 2% ;
}

#result {
  padding-left: 15px;
}
