body {
    font-size:          10pt;
    font-family:        Roboto, "Open Sans", sans-serif;
    background-color:   #e8e9ec;
    margin:             50px;
    }

h1  {
    color:              #e90034;
    font-size:          14pt;
    margin:             auto;
    width:              600px;
}

#dropzone {
    margin:             20px auto 20px auto;
    border:             3px dashed #e90034;
    background-color:   #fff;
    width:              600px;
    height:             300px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius:  5px;
    border-top-right-radius:    5px;
    border-top-left-radius:     5px;
    color:              #646c7f;
    font-size:          20px;
    text-align:         center;
    line-height:        300px;
}

a {
    color:              #e90034;
    text-decoration:    underline;
    margin:             20px auto 20px auto;
    border:             2px solid #e90034;
    background-color:   #fff;
    width:              600px;
    height:             100px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius:  5px;
    border-top-right-radius:    5px;
    border-top-left-radius:     5px;
    font-size:          20px;
    text-align:         center;
    line-height:        100px;
    display:            block;
}
