/*
Theme Name: SuperArt
Theme URI: https://superart.com.tr/
Author: SuperArt
Author URI: https://superart.com.tr/
Description: SuperArt.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: superart
*/

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #1c1d1f;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c1d1f;
}

.superart-logo {
    width: 400px;
    max-width: 400px;
    height: auto;
    display: block;
}