.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    background-image: url('../img/bg-mwit-blue-green-02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.text-header {
    text-align: center;

    color: rgb(13, 13, 124);
    font-weight: bold;
    font-size: 1.5rem;
    font-family: "Prompt";

    text-decoration: none;

}

.custom-height {
    height: 100%;
}

@media (min-width: 768px) {
    .text-header {

        margin-left: 2rem;
        margin-top: 2rem;
        color: rgb(13, 13, 124);
        font-weight: bold;
        font-size: 3rem;
        font-family: "Prompt";

        text-decoration: none;

    }

    .custom-height {
        height: auto;
    }
}

.text-sub {
    text-align: center;

    color: rgb(13, 13, 124);
    font-weight: bold;
    font-size: 1.5em;
    font-family: "Prompt";
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}
