html {
    background:#fff !important;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    width: 100%;
    padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}
button{
    margin: 0 auto;
    background-color:#13817d;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    
}

#div1{
    background-image: url(img/1.png);
    background-repeat: no-repeat;
    background-size: auto ;
    width: 1145px;
    height: 280px;
    display: none;
    z-index: -1;

}
#div2{
    background-image: url(img/2.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 1145px;
    height: 280px;
    display: none;
    z-index: 10;
    margin-top: -249px;

}
#div3{
    background-image: url(img/3.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 1145px;
    height: 280px;
    display: none;
    z-index: 200;
    margin-top: -177px;

}
@-webkit-keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

@keyframes colorize {
    0% {
        filter: grayscale(100%);
    }
    100% {
        filter: grayscale(0%);
    }
}