/* Heart of Roi - Main Stylesheet */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    padding: 20px;
    background: linear-gradient(135deg, #fff 0%, #fbe9e7 100%);
}

h1 {
    color: #d32f2f;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.highlight-red {
    color: #d32f2f;
}