.first-view{
    background-image:url(./imag/puniheli_airfesta.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
     background-position: center;
     background-size: contain;
     width: 100%;
     height: 2000px;
}
.first-view-text{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top:500px;
    color:rgb(0, 0, 0);
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
