/* Start Page - Tela de Carregamento */
#start_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f1411;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#start_page_img {
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
}
