* {
    padding: 0;
    margin: 0;
}

body {
    background: url('/images/pcwp.webp') center no-repeat;
    height: 100vh;
    width: 100vw;
    background-size: cover;
}

.text {

    font-size: 3rem;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}


@media only screen and (max-width: 600px) {

    .text {

        font-size: 3rem;
        padding-top: 1.2rem;
        text-align: center;

    }

}