/* body {
    background: #000;
} */
/* * {
    box-sizing: border-box;
} */
.dot{width:35px; height:35px; 
    position:absolute;
     background: url(red-lobed-fall-clipart-leaf.png); background-size: 100% 100%;
     /* z-index: 1; */
    }
#falling_leafes_effect {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    left: 0px;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
}
/* 
p {
    display: inline-block;
    width: 100%;
    color: #fff;
} */