
/* Styling for all h1 elements */

        .navbar-custom {
            background-color: rgba(39, 200, 245, 0.28);
        }

        /* Modify brand and text color */
        .navbar-custom .navbar-brand,
        .navbar-custom .navbar-text {
            color:white;
        }

h1 {
    color: black;
    line-height: 1.5;
    border-style: dashed;
    border-radius: 10px;
    border-color: rgba(39, 200, 245, 0.28);
    background-color: rgba(39, 200, 245, 0.28);
}

/* Styles for the navigation bar */
nav.responsive-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 6%;
    background-color: ;
}

/* Styling for all h1 elements */
h1 {
    color: white;
    line-height: 1.5;
    border-style: dashed;
    border-radius: 10px;
    border-color: rgba(39, 200, 245, 0.28);
    background-color: rgba(39, 200, 245, 0.28);
}

/* Styles for the navigation bar */
nav.responsive-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 6%;
    background-color: ;
}

    /* Global styles */
* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-family: "Manuale", serif;
    box-sizing: border-box;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
   
}

body {
    background: rgba(150, 126, 118, 0.3);
    color: rgba(39, 200, 245,1);
    margin: 0;
    padding: 0;
}

nav {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}



/* Custom styles for the table */

        h2 {
            text-align: center;
            margin-top: 15px;
            color: white; 
                border-style: dashed;
    border-radius: 10px;
    border-color: rgba(39, 200, 245, 0.28);
    background-color: rgba(39, 200, 245, 0.28);
        }

        .container {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
         
            background-repeat: no-repeat;
            
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        th, td {
            padding: 12px 15px;
            text-align: left;
            border-bottom: 1px solid ;
        }

        th {
            background-color:rgba(39, 200, 245, 0.28);
            color:white;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 1px;
            font-weight: bold;
        }

        tr:hover {
            background-color: rgba(39, 200, 245, 0.0.1);
        }

        .highlight {
            background-color: rgba(39, 200, 245, 0.1) !important;
        }

        tr:hover td {
            background-color:rgba(39, 200, 245, 0.1);
        }

tr {
            background-color:rgba(39, 200, 245, 0.1);

        }

        /* Hover effect */
        tr:hover td {
            background-color: rgba(39, 200, 245, 0.38);
        }
        
        