body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: url("../assets/background-two.png") no-repeat center center fixed;
    background-size: cover;
    font-family: Arial, sans-serif;

}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* escurece um pouco */
    z-index: -1;
}



/* =============== */


/* .btn-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

#btn-link,
#btnGasAgua {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.08) 0%,
            rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background 0.3s ease;
    backdrop-filter: blur(8px);
} */

.btn-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

#btn-link,
#btnGasAgua {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background 0.3s ease;
    backdrop-filter: blur(8px);
    padding: 0.75rem 1.5rem;
    color: white;
}

#btn-link:hover,
#btnGasAgua:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

.subtext {
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.logo-iluminado-aguas {
    /* height: 22rem; */
    width: 22rem;
    margin: 8rem;
    /* border-radius: 8px; */
    /* margin-bottom: 20px; */
    /* border: solid 1px; */
}

h1 {
    /* border: solid 1px; */
    margin: 0;
    padding: 0;
}

/* span{
    color: rgb(119, 170, 245);
} */

@media (max-width: 480px) {

    main {
        padding-top: 0;
    }

    .subtext {
        margin-top: 2rem;
        font-size: 1.1rem;
    }

    .logo-iluminado-aguas {
        /* height: 22rem; */
        width: 22rem;
        margin: 1.5rem;
        /* border-radius: 8px; */
        /* margin-bottom: 20px; */
        /* border: solid 1px; */
    }


}