.flyer-generator{
max-width:500px;
margin:auto;
text-align:center;
}


.flyer-generator input{
display:block;
width:100%;
margin:15px 0;
padding:12px;
}


.flyer-generator button{

background:#000;
color:white;
padding:15px 30px;
border:none;
cursor:pointer;

}


canvas{

max-width:100%;
margin-top:20px;

}


#download{

display:block;
margin-top:20px;
background:#008000;
color:white;
padding:15px;
text-decoration:none;

}