/*
Theme Name: Eli Duarte
Theme URI: https://alvaron.com.br
Template: hello-elementor
Author: Alvaron
Author URI: https://alvaron.com.br
Description: Desenvolvido para Eli Duarte
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.0.1746629214
Updated: 2025-05-07 14:46:54

*/

body{
	position:relative;
}

#linkdev {
    display: block;
    position: absolute;
    left: 0.3%;
    opacity: 0.1;
    transition: all 0.5s;
    color: #fff;
    text-decoration: none;
    z-index: 99999;
    bottom: 0.1%;
    font-size: 10px;
}
#linkdev:hover{
	opacity:1;
}
