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

* {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

html, body {
    margin: 0; 
    padding: 0;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0 auto;
}

.logo {
    vertical-align: middle;
}

.claim {
    color: #020617;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 20px auto;
}

.badge {
    border-radius: 999px;
    background: #020617;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
}