body{ background-image: url(https://i.pinimg.com/736x/00/6b/84/006b840c32532a3f8e315d428225caaa.jpg);
    background-repeat:no-repeat; background-size:cover;;   
    background-attachment:fixed;background-position:center }
    h1{ color:pink;  text-align: center;font-family: 'Times New Roman', Times, serif,cursive ; font-size: 50px; text-shadow:0px 0px 4px skyblue; }
    th{width:100px}
    p{font-family:Georgia, 'Times New Roman', Times, serif; font-size:16px}
img{float:right}
#pink bow{position:static translateX(-10px) rotate(5deg); }
#monkey{position:relative; top: 175px; left: 95px; transform:translateX(-20px) rotate(10deg);animation:jump 2s linear 0 infinite running; }
@keyframes jump {
    from{margin-left:100%}
    to{margin-left:0%}
}
a:visited {
    color:black;
}
a:hover {
    color:purple;
}
a:active {
    color:skyblue;
}
button:active {
    background-color: skyblue;
}
li:nth-child(odd) {
    background-color: lavenderblush;
}
#intro{background-color: white; color: lightpink; border: 4px solid lightpink; border-radius: 5px; padding: 4px; margin: 5px; text-align: center; box-shadow: 0px 0px 4px skyblue; }
#beginner{background-color: white; color: lightpink; border: 4px solid lightpink; border-radius: 5px; padding: 4px; margin: 5px; text-align: center; box-shadow: 0px 0px 4px skyblue;}
.fa-heart{color:lightpink}
.fa-spotify{color:lightgreen}