*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serifl̥ō;
    background-color: #222;
    
    /* background-image: linear-gradient(to right, #4f4f4f, #999); */
}
table{
    height: 100vh;
    width: 100%;
}


table, td{
    /* border: 1px solid rgb(255, 0, 0); */
    
    margin: auto;
}

th{
    background-color: gold;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
a{
    text-decoration: none;
    color: #15116e;
}


footer{
    /* background-color: #000000; */
    /* border-color: #ff0000; */
    

    transform: scale(1.0);
border-color: #ff0000;

box-shadow: 0px 0px 10px 1px #555;
border-radius: 15px;
color: #000000;


    background-color: #111111; /*try red color here*/
    
}

.footer-container{
    
    width: 100%;
    
    padding: 1px 15px 1px;

}

.footer-nav{
    margin: 10px 0;
    

}

.footer-nav ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
    text-align: center;


    opacity: 1;
    color: #fff;
    box-shadow: 0px 0px 10px 1px #ffffff;
    border-radius: 13px;
}

.footer-nav ul li a{
    color: rgb(255, 255, 255);
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 1;
    transition: 0.1s;

    

}

.footer-nav ul li a:hover{
    opacity: 1;
    color: #fff;
    box-shadow: 0px 0px 10px 1px #ffffff;
    border-radius: 13px;
}

.footer-nav ul li a:active{
    color: red;
}

.footer-bottom{
    /* background-color: #000000; */
    background-image: -webkit-linear-gradient(#333,#000,#111,#222,#333,#444,#111);
    padding: 15px;
    text-align: center;
}

.footer-bottom p{
    color: white;
}

.designer{
    opacity: 0.7;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}






.wheel {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #999;
    border-bottom: 8px solid #999;
    border-left: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
    width: 5px;
    height: 5px;
    animation: spin 5s alternate-reverse infinite;
}
@keyframes spin{
    0%{
        -webkit-transform: rotate(0deg);

    }
    100%{
        -webkit-transform: rotate(360deg);
    }
}

/* ul{
    display: block;
        justify-content: center;
        
    


        opacity: 1;
        color: #fff;
        box-shadow: 0px 0px 10px 1px #ffffff;
        border-radius: 13px;
} */

 li{
        opacity: 1;
        list-style: upper-roman;
        text-align: left;
        margin-left: 10px;
        
        color: #ffffff;
        /* box-shadow: 0px 0px 10px 1px #ffffff; */
        /* border-radius: 13px; */
}
li p{
    color: #888;
    text-align: left;
    margin: 30px;
    /* word-break: break-all; */
    word-wrap: normal;
    
}

dt{
    color: #fff;
    text-decoration-line: underline;
    text-underline-offset: 5px;
    font-size: 1.1em;
    text-align: left;

}
dd li{
    text-align: left;
    margin-left: 50px;
    margin-bottom: 10px;
    margin-right: 20px;
    list-style-type: disc;
    color: #777;
}