body {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #333;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background-color: #000;
    color: #fff;
}

.bio {
    max-width: 560px;
    margin: 0;
    padding: 40px 24px;
    font-size: clamp(14px, 3.5vw, 16px);
    line-height: 1.8;
    text-align: center;
}

.bio a {
    color: inherit;
    text-decoration: none;
}

.bio a:hover {
    text-decoration: underline;
}
