/*
Theme Name: Velmont
Theme URI: 
Author: Graphin
Author URI: 
Description: Velmont Theme.
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: velmont
Tags: 
*/
html *{
    box-sizing: border-box;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p, li, a{
    margin: 0;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.v-screensaver{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 40%, #293b63 0%, transparent 40%),
        linear-gradient(135deg, #131d2a 0%, #0b1020 100%);
}
.v-screensaver h1{
    color: #fff;
    font-size: 50px;
}