/*
Theme Name: Stellar Site
Author:     Stellar.Creative
Author URI: https://creative.stellarcompany.eu
Description: Ultralekki i customowy motyw do prostych stron
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: stellar-site
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Whisper&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Inter";
    transition: all 0.2s ease-in-out;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    zoom: 0.8;
}

body {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #005053;
    position: relative;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1920px;
}

.main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}