* {
    background-color: black;
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif
}
body {
    background-image: url(https://giffiles.alphacoders.com/359/35998.gif);
}
#Profile{
    transition: box-shadow 1s;
}
#Profile:hover{
    box-shadow: white 0 -2px 15px;
    cursor: pointer;
}
h1{
    text-align: center;
}
table {
    margin-left: auto;
    margin-right: auto;
    border: white 2px solid;
    padding: 4px;
    border-radius: 8px;
    text-align: center;
}

a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: aquamarine;
    transition: 1s;
}

a:hover {
    text-decoration: underline;
    color: aliceblue;
    text-shadow: white 0px 0px 5px;
}

nav {
    text-align: center;
}

img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8%;
}

h3 {
    color: rgb(255, 182, 25);
}
li{
    list-style-type: '🔸';
}
table td {
    text-align: center;
    color: cyan;
}