body {
    margin: 0;
}
.header {
    background-image: url("img/background_header.png");
    height: 1080px;
}
.header_block {
    padding-top: 600px;
    padding-left: 100px;
}
.header_h1 {
    color: rgba(250, 250, 250, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;

}
.header_h2 {
    color: rgba(225, 254, 99, 1);
    font-family: Unbounded;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 96px;
    line-height: 100%;
    letter-spacing: 0%;

}
.header_p {
    
}