@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

¿ body {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    flex-direction: column;
    margin-top: auto;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(89.94deg, #0A1C4A -3.25%, #FC3F64 103.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.paragraph {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    background: linear-gradient(89.94deg, #0A1C4A -3.25%, #FC3F64 103.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lottie {
    z-index: -1;
    position: absolute;
}