


 /* Mobile-First Reset and Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            line-height: 1.6;
            color: #a09f9f;
            background-color: #4c4b4b;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        /* Layout Containers */
        header {
            background-color: #222222;
            padding: 1rem;
            border-bottom: 1px solid #000000;
            text-align: center;
        }

        main {
            flex: 1;
            padding: 1rem;
            max-width: 750px;
            margin: 0 auto;
            width: 100%;
        }

        section {
            background: #222;
            margin-bottom: 1rem;
            padding: 1.0rem;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        footer {
            background-color: #333;
            color: #fff;
            padding: 1rem;
            text-align: center;
            font-size: 0.875rem;
        }

        /* Placeholders for visual structure */
        .placeholder-title {
            height: 50px;
            width: 50%;
            background: #000000;
            margin-bottom: 1rem;
            border-radius: 4px;
        }

        .placeholder-text {
            height: 12px;
            background: #eee;
            margin-bottom: 0.5rem;
            border-radius: 2px;
        }

        .placeholder-text.short {
            width: 40%;
        }

        .placeholder-image {
            width: 100%;
            aspect-ratio: 16 / 9;
            background: #ddd;
            margin-bottom: 1rem;
            border-radius: 4px;
        }

        /* Media Queries for larger screens (scaling) */
        @media (min-width: 768px) {
            main {
                padding: 2rem;
            }
        }
        
        div {
        border: 1px solid rgb(0, 0, 0);
        padding: 8px;
        align: left;
        border-radius: 25px;
        text-align: ;
        width: min(100%, 1400px);
        }

.rcm {
    border: 1px solid #343434;
    border-width: 10%;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    width: 80%;
    background-color: #000000;
}
a:link {
  color: #f56929;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #f56929;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}
.rcd {
        border: 1px solid rgb(0, 0, 0);
        padding: 5px;
        border-radius: 15px;
        background-color: #f6c203;
        
        
        }
h2{
    color:#f56929;
}    
    