html,
body {
font-size: 36px;
line-height: 1.6;
font-family: sans-serif;
padding: 18px;
color: #2e4053;
}
#controller {
margin-bottom: 48px;
display: inline-block;
padding: 16px;
background-color: #ebedef;
}
#controller label + input {
margin-left: 32px;
}
input[type="file"] {
background-color: #ebedef;
padding: 16px;
font-size: 36px;
line-height: 1.6;
}