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

body {
    background-color: #FFF;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

main {
    text-align: center;
}

img {
    max-width: 400px;
    height: auto;
    margin-bottom: 2rem;
}

h1 {
    color: #2F9C95;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
}

h2 {
    color: #2F9C95;
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    margin-top: 1rem;
}
