#drop_zone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    padding: 50px;
    text-align: center;
    font-family: Arial, sans-serif;
}
h1 {
    font-family: Arial, sans-serif;
    font-size: 18pt;
    color: teal;
}