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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    background: #fff;
}

.landing {
    padding: 1rem;
}
