@charset "UTF-8";
/*
Theme Name: Devil's Dark Theme
Theme URI: https://demoniosdosul.com.br
Author: Elton Baroncello
Author URI: https://demoniosdosul.com.br
Description: Tempero Light Weight
Version: 0.1
License: Private License
License URI: https://demoniosdosul.com.br
Tags: light, blog, foundation, gulp
Text Domain: devils-dark
Data Início: 2026-01-15

        ____  U _____ u__     __            _    _   ____     
       |  _"\ \| ___"|/\ \   /"/u  ___     |"|  |"| / __"| u  
      /| | | | |  _|"   \ \ / //  |_"_|  U | | u|_|<\___ \/   
      U| |_| |\| |___   /\ V /_,-. | |    \| |/__   u___) |   
       |____/ u|_____| U  \_/-(_/U/| |\u   |_____|  |____/>>  
        |||_   <<   >>   //   .-,_|___|_,-.//  \\    )(  (__) 
       (__)_) (__) (__) (__)   \_)-' '-(_/(_")("_)  (__)      

					 https://demoniosdosul.com.br

MASTER CSS
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: black !important;
}

#page {
  min-height: 100vh;
  background-color: black !important;
}

#primary-cooming {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-comming-soom {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content-comming-soom img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

@media (max-width: 768px) {
  .content-comming-soom img {
    max-width: 70vw;
  }
}

/*# sourceMappingURL=style.css.map */
