
        body{
            background-color:black;
            font-family: Arial, Helvetica, sans-serif;
            max-width:  800px !important;
            margin-left: auto;
            margin-right: auto
            ;
        }
        .navigation {margin-left: auto;
            margin-right: auto;
max-width:  800px;
width: 99%;
height: 50px;
            justify-content: flex-end;
            background-color: rgb(47, 47, 47);
            border-radius: 10px;



        }
        .navigation ul li{
            list-style: none;
        }
        .navigation ul li a {
            color: white;
            font-size: 14pt;
            padding: 12px;
            border-radius: 10px ;
            background-color: black;
            margin-left:-5px;
            margin-top: 2px;
            float: left;
        text-decoration: none;

        }
        .power{
            padding: 12px;
            width: fit-content;
            margin-left: auto;
font-size: 16pt;
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
        }
        .redcol{

            color: red;
        }
        .links{
            list-style: none;
            margin-left: auto;
            margin-right: auto;
        }
        .links li{
            float: left;
            width: 200px;
            height: auto;

            border-radius: 5px;
            color: white;
            direction: rtl;
            text-align: right;
            margin-left: 5%;

        }
        .links li a{
            text-decoration: none;
            color:green;

        }
        .arts{
            width: fit-content;
            border-radius: 10px ;
            background-color: rgb(14, 14, 14);
            color:rgb(195, 195, 195);
            font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            margin-top: 200px;
            padding: 5px;
            text-align: right;

        }
        .art{
            width: fit-content;
            border-radius: 10px ;
            background-color: rgb(51, 51, 51);
            color:rgb(217, 217, 217);
            font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            margin-top: 10px;
            padding: 5px;
            text-align: right;
        }
