* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #f4f7fb;
    color: #1f2937;
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.65;
}
