* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    background: #fafafa;
    color: #444;
    line-height: 1.6;
}

.parking {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
}

.parking p {
    margin: 0;
    font-size: 1rem;
    text-align: center;
}
