/*
Theme Name: Codigo6
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Codigo6
Author URI: http://www.codigo6.com/
Description: Tema de Codigo6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: tema, oxygen builder,Omar, Codigo6
*/

body{
    background-color: #1b1d27;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}