@charset "utf-8";
main h2, main h3, main h2 { color: #fff;}

#form { width: 92%; margin: 0 auto; display: flex; justify-content: space-around; align-items: center; }
#form input[type="file"], #form input[type="submit"] { font-size: 18px; color: #fff; padding: 9px; border: 2px solid #163872; }
#form input[type="file"] { width: 48%; box-shadow: none; }
#form input[type="submit"] { width: 48%; }