body {
    background-color: black;
    color: greenyellow;
    text-align: center;
    cursor: url("Alien.jpg"), auto;
}

nav{
    cursor: url("Alien.jpg"), auto;
    background-color: black;
    color: greenyellow;
    text-align: center;
}
#Table1{
    display: inline-block;
    font-family: cursive;
    width: 40%;
    border-right: 10px dotted greenyellow;
    border-Bottom: 1px solid greenyellow;
    border-radius: 60px;
    text-align: center;
    padding: 2%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
a:link, a:visited, a:active {
    color: Greenyellow;

}
a:hover {
    background-color: black;
    font-size: x-large;
}


#Table2{
    display: inline-block;
    font-family: cursive;
    width: 40%;
    border-right: 10px dotted greenyellow;
    border-Bottom: 1px solid greenyellow;
    border-radius: 60px;
    text-align: center;
    padding: 2%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
#Table3{
    display: inline-block;
    font-family: cursive;
    width: 40%;
    border-right: 10px dotted greenyellow;
    border-Bottom: 1px solid greenyellow;
    border-radius: 60px;
    text-align: center;
    padding: 2%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
#Table4{
    display: inline-block;
    font-family: cursive;
    width: 40%;
    border-right: 10px dotted greenyellow;
    border-Bottom: 1px solid greenyellow;
    border-radius: 60px;
    text-align: center;
    padding: 2%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
#Table5{
    display: inline-block;
    font-family: cursive;
    width: 40%;
    border-right: 10px dotted greenyellow;
    border-Bottom: 1px solid greenyellow;
    border-radius: 60px;
    text-align: center;
    padding: 2%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
header, footer {
    cursor: url("Alien.jpg"), auto;

    font-family: cursive;
    font-size: small;
    width: 100%;
    border: 10px groove; /*dashed, dotted, double, outline*/
    background-color: black;
    border-radius: 120px;
    border-color: greenyellow;
    color: greenyellow;
    text-align: center;


}
footer{
    cursor: url("Alien.jpg"), auto;

    font-family: cursive;
    font-size: small;
    width: 100%;
    border: 10px groove; /*dashed, dotted, double, outline*/
    background-color: black;
    border-radius: 120px;
    border-color: greenyellow;
    color: greenyellow;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
}
div{
    background-color: black;
    color: lawngreen;
    cursor: url("Alien.jpg"), auto;
    padding: 5px;
}
main, link{
    margin: 50px;
    padding: 1%;
    color: greenyellow;
    cursor: url("Alien.jpg"), auto;
}
