:root {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;

    color-scheme: light dark;
    color: rgba(255, 255, 255, 0.87);
    background-color: #242424;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    --heart-color: #ff5873;
    --background-color: #ebc8c0;
    --white: #fff;

}

a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit;
}

a:hover {
    color: #535bf2;
}

body {
    display: flex;
    min-width: 320px;
    min-height: 100vh;

    font-family: "Love Ya Like A Sister", sans-serif;
    background-color: var(--background-color);
    margin: 0;
    padding: 0;
    height: 100%;
    color: var(--heart-color);
    background-image: url('mini-hearth.png');
    background-size: 75%;
    flex-direction: column;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    text-align: center;
}

.wrap {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    max-width: 1200px;
    padding: 100px 25px 100px;
    text-align: center;

    margin: 0 auto;
    flex: 1;

}

h1 {
    font-size: 5em;
    font-weight: 700;
    padding: 20px;
    margin: 0 0 50px;
}

/* Dodatkowe style dla mobile */
@media (max-width: 600px) {
    h1 {
        font-size: 3em;
        padding: 10px;
        line-height: 1.2;
    }
}

.tick {
    font-size:1rem; white-space:nowrap; font-family:arial,sans-serif;
}

.tick-flip,.tick-text-inline {
    font-size:2.5em;
}

.tick-label {
    margin-top:1em;font-size:1em;
}

.tick-char {
    width:1.5em;
}

.tick-text-inline {
    display:inline-block;text-align:center;min-width:.6em;

}


.tick-group {
    margin:0 .5em;text-align:center;
}


.tick-text-inline {
    color: var(--heart-color) !important;
}

.tick-label {
    color: var(--heart-color) !important;
}

.tick-flip-panel {
    color: #fff !important;
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}

.tick-flip-panel {
    /*background-color: #3c3e3c !important;*/
    background: #fd7188;
}

.tick-flip {
    border-radius:0.12em !important;
}
