@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin: 0px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

.title {
    font-size: 112px;
    position: absolute;
    /*border: 10px solid red; */
    /*background: red; */
    height: 400px;
    width: 800px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.h1-bottom{
    text-align:center;
}

h1 {
    color: rgb(255, 255, 255);
    display: block;
    font-size: revert;
    font-weight: 700;
    height: 0px;
    line-height: 0px;
    mix-blend-mode: difference;
    text-align: center;
    vertical-align: middle;
    margin: revert !important;
    margin-top: revert !important;
    margin-bottom: revert !important;

}


canvas {
    vertical-align: bottom;
}

.canva_wrapper {
    position: relative;
}


.wrapper_h1_container {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 780px ) {
    .title {
        font-size: 80px;
        width: 650px;
    }
    h1{
        text-align:left;
    }
    .first-h1{
        padding-left:10px;
    }

}
@media (max-width: 690px ) {
    .title {
        width: 600px;
        font-size:70px
    }
    .first-h1{
        padding-left:10px;
    }

}

@media (max-width: 600px ) {
    .title {
        width: 500px;
        font-size:60px
    }
    .first-h1{
        padding-left:10px;
    }

}

@media (max-width: 460px ) {
    h1 {
        font-size: 80px;
        text-align: left;
        margin: revert;
    }

    .first-h1 {
        padding-left: 5px;
    }

    .title {
        width: 100%;
    }

    .wrapper_h1_container {
        display: flex
    }

    .wrapper_h1 {
        margin: auto;
    }

    h1 {
        font-size: 4.5rem;
        margin: revert;
        mix-blend-mode: difference;
        color: white;
        font-weight: 700;
        line-height: 0.3;
        margin-top: revert !important;
        margin-bottom: revert !important;
        margin: revert !important;
    }

}


@media (max-height: 450px ) {
    .title {
        height: 300px;
    }
}
@media (max-height: 350px ) {
    .title {
        height: 250px;
    }
}