* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Manrope", sans-serif;
}

section {
    /* padding-top: 34px;
    padding-bottom: 36px; */
    z-index: 2;
    /* position: relative; */
}

.umt {
    font-family: 'Clash Grotesk';
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 90px;
    /* or 94% */


    background: linear-gradient(180deg, #00DECA -63.61%, #3A8AFA 34.56%, #1A6AF4 196.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    backdrop-filter: blur(4px);
    padding-top: 30%;
}

.preptzt {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    /* identical to box height, or 100% */


    color: rgba(3, 3, 25, 0.5);
    padding-top: 5%;
}

.trcone {
    padding-top: 38%;
}

#maint {
    background-image: url(images/Background\ Pattern.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width:375px) and (max-width:1000px) {
    .umt {
        font-size: 48px;
        padding-top: 10%;
        line-height: 50px;
    }

    .preptzt {
        font-size: 16px;
        padding-top: 0%;
    }

    .trcone {
        padding-top: 10%;
    }
}