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