table{
    color: white;
    border-radius: 20px;
}

table, caption, th, td, tr {
    border: 2px solid grey;
    border-radius: 10px;
}

h3{
    color: white;
}

ul li a{
    text-decoration: none;
    color: black;
    display: inline;
    color: black;
}

ul{
    list-style-type: none;
    padding: 10px;
}

li{
    display: inline-block;
    background-color: grey;
    border-radius: 30px;
    padding: 10px;
}

li:hover{
    display: inline-block;
    background-color: rgb(95, 92, 92);
    border-radius: 30px;
    
}

nav{
    background-color: rgb(0, 195, 255);
    border-radius: 20px;
}

body{
    background-color: black;
}

p.text{
    color: white;
    background-color: rgb(31, 24, 24);
    padding: 30px;
    border-radius: 10px;
}

p,h2{
    color: white;
}

a{
    text-decoration: none;
    color: rgb(50, 50, 230);
}

h1{
    color: white;
}

footer{
    position: fixed;
    bottom: 10px;
    background-color: rgb(36, 36, 36);
    border-radius: 30px;
    padding: 5px;
}

td.noborder,th.noborder,tr.noborder{
    border: none;
}