* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Arial, sans-serif;
    background: #f5f5f5;
    color: #222;
}

main {
    text-align: center;
}

h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

p {
    font-size: 1.1rem;
}

.Raeme-image {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 30px auto;
    border-radius: 12px;
}
