.dropzone {
    border: 2px dashed #ccc;
    border-radius: 5px;
    background-color: #f5f5f5;
    text-align: center;
    padding: 30px;
    cursor: pointer;
}

.dropzone .dz-message {
    font-size: 1.5rem;
    color: #666;
}

/* Estilo para o rodapé */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
}

footer>p{
    margin: 0px;
}

.container-root{
    height: auto;
    width: 100%;
    overflow: hidden;
}