body {
    margin: 0;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

h1 {
    position: absolute;
    top: 30px;
    font-size: 28px;
    font-weight: normal;
}

.email {
    font-size: 48px;
    font-weight: bold;
}

.footer {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    color: #bbbbbb;
    letter-spacing: 0.5px;
}
     /* Estilo da barra no topo */
        #barra-progresso {
            position: fixed;
            top: 0;
            right: 0; /* Fixa à direita para diminuir nesse sentido */
            height: 9px;
            background-color: orange;
            width: 100%;
            transition: width 4s linear; /* Animação suave de 4 segundos */
            z-index: 9999;
        }
#pararLink {color: red; font-size: 44px;}
     