* {
    margin: 0;
    padding: 0;

}

.bg {
    background-image: url("../image/bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.gradient {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: linear-gradient(242deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.57) 25.51%, rgba(0, 0, 0, 0.81) 52.75%, rgba(0, 0, 0, 0.85) 68.95%);
    position: relative;
}

.title {
    color: #FFF;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #FFF;
    font-family: Anton, sans-serif;
    font-size: 160px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 14px;

}

.span {
    color: rgba(255, 255, 255, 0.07);
    -webkit-text-stroke: 1px #fcfbfb;

}


.text {
    color: #FFF;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 660px;
    margin-top: 32px;
}

footer {
    display: flex;
    justify-content: center;
}

.copyright {
    position: absolute;
    bottom: 24px;
    color: #FFF;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

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

    .title {
        padding: 15px;

        font-size: 100px;
    }

    .text {
        padding: 15px;
    }
}

@media screen and (max-width: 430px) {
    .bg{
       background-position: -400px 0;
    }
    .title {
        padding: 15px;
        font-size: 80px;


    }

    .text {
        padding: 15px;
    }
}
