/******************************
Reset CSS
Author: Adam Kammerer - https://light-work.eu/
Version: 1.0 | 2024-12-17 
******************************/

* { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    background: transparent;
}

ol, ul 	{
    list-style: none;
} 

dialog {
    margin: auto;
}