@import "./reset.css";
@import "./responsive.css";

body {
    font-family: "Ubuntu", sans-serif;
    color: #d7d7d7;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    background: linear-gradient(to bottom right, #000000, #0f0a14);
}

.title {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.about-content,
.pix {
    width: 100%;
    max-width: 900px;
}

p {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 42px;
}

img {
    display: block;
    margin: 0 auto;
}

.about-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 24px;
}

.gastos {
    width: 100%;
    max-width: 700px;
    margin-bottom: 48px;
}

.pix-code {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin-bottom: 30px;
}

.pix-link {
    display: block;
    font-size: 1.3rem;
    margin: 20px auto 40px;
    word-break: break-word;
    color: #b48cff;
    text-decoration: none;
}

.pix-link:hover {
    text-decoration: underline;
}