*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    font-family: system-ui, Segoe UI, sans-serif, Roboto, Helvetica, Arial;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
}

.logo {
    width: min(30vw, 400px);

}

h1 {
    color: black;
    font-style: normal;
    font-weight: 650;
    font-size: clamp(3.0000rem, 0.0000rem + 5.0000vw, 6.0000rem);
    white-space: normal;
    margin: 0;
    text-indent: 0px;
    text-wrap: balance;
    /* letter-spacing: -0.01em; */
    z-index: 1;
}