.bg-home{
    background-image: url('../../img/background-clocky-.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-white-transparent{
    background-color: #fffffff1;
}