a:hover {
    color: rgb(16, 16, 94);
}
a{
    color: blue;
    z-index:1;
}
h1{
    font-size: 50px;
    z-index: 3;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    text-shadow:1px 1px 10px rgb(214, 23, 23), 1px 1px 10px rgb(245, 241, 241);
}
h3{
    font-size: 90px;
    text-align: center ;
    margin-top: 420px;
    z-index: 3;
}
p {
    margin: 50px;
    color: blue;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: thin;
}
img{
    text-align: right;
    margin-left:570px;
    width: 35%;
}
.artist{
    margin-left: 700px;
    z-index:4;
    margin-top: 200px;
    position: fixed;
}
.links{
    text-align: left;
    z-index: 3;;
    position: fixed;
}