/*
Theme Name: Hello Elementor - Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

html,body{
	background-color: #000000;
}
article.post .elementor-post-date{
	position: absolute;
    top: 30px;
    left: 20px;
    background: #D32F2F;
    padding: 0.4rem;
    color: white;
    font-family: 'inter', sans-serif;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 300;
}