/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  
 Author:       admin-y86i2eRJ
 Author URI:   https://annamlynska.codeduck.pl
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

:root {
    --main-white: #F4F4F6;
}

/* main */
a {
    transition: .3s;
}
p {
    margin: 0;
}
a.codeduck {
    color: var(--main-white);
}
a.codeduck:hover {
    color: #F8BC13!important;
}
header.page-header {
    display: none;
}
/* end main */
