/*
Theme Name: M21
Theme URI: https://marketing21.hu/
Author: Marketing21
Author URI: https://marketing21.hu/
Description: This website was designed by Marketing21.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: marketing21, m21
*/

body{
    background-color: black;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
    height: 100svh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
}