body {
    background-image: url("background.jpg")
}

header {
    padding-top: 25px;
    left: 250px;
    text-align: center;
    font-size: 25pt;
    font-family: helvetica neue;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: deeppink;
}
#img1 {
    position: absolute;
    z-index: 9;
   
}

#img1header {
    cursor: pointer;
    z-index: 10;
    background-image: url('1_Kids.jpg');
    height: 300px;
    width: 401px;
}
        
        
#img2 {
    position: absolute;
    z-index: 9;
   
}

#img2header {
    cursor: pointer;
    z-index: 10;
    background-image: url('1_pink.jpg');
    height: 301px;
    width: 402px;
}
    
#img3 {
    position: absolute;
    z-index: 9;
   
}

#img3header {
    cursor: pointer;
    z-index: 10;
    background-image: url('1_concert.jpg');
    height: 300px;
    width: 401px;
}

#img4 {
    position: absolute;
    z-index: 9;
   
}

#img4header {
    cursor: pointer;
    z-index: 10;
    background-image: url('2_Kids.jpg');
    height: 300px;
    width: 401px;
}

#img5 {
    position: absolute;
    z-index: 9;
   
}

#img5header {
    cursor: pointer;
    z-index: 10;
    background-image: url('4_Kids.jpg');
    height: 300px;
    width: 401px;
}
#img6 {
    position: absolute;
    z-index: 9;
   
}

#img6header {
    cursor: pointer;
    z-index: 10;
    background-image: url('2_concert.jpg');
    height: 300px;
    width: 401px;
}
#img7 {
    position: absolute;
    z-index: 9;
   
}

#img7header {
    cursor: pointer;
    z-index: 10;
    background-image: url('2_pink.jpg');
    height: 300px;
    width: 401px;
} 

#img8 {
    position: absolute;
    z-index: 9;
   
}

#img8header {
    cursor: pointer;
    z-index: 10;
    background-image: url('3_concert.jpg');
    height: 300px;
    width: 401px;
} 

#img9 {
    position: absolute;
    z-index: 9;
   
}

#img9header {
    cursor: pointer;
    z-index: 10;
    background-image: url('5_Kids.jpg');
    height: 300px;
    width: 401px;
} 


#explore {
    font-family: avebury;
    color: deeppink;
    margin-left: 40px;
}

