#rfg-fact-container {
    background: #eee;
    font-size: 1.5em;
    padding: 15px;
    border: 1px solid #ddd;
    width: auto;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

#rfg-generate-button {
    background: #0073aa;
    font-weight: bold;
    font-size: 16px;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.3s ease;
    margin-top: 15px;
}

#rfg-generate-button:hover {
    background: #005177;
}

#rfg-generate-button:active {
    transform: scale(0.95);
}

#rfg-fact-heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: #111;
}

#rfg-fact {
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
}
