body {
    font-family: Times New Roman, serif;
    background: url('../assets/rainbow-bg.jpg') no-repeat;
    background-size: cover;
    background-position: fixed;
    position: relative;
    font-family: 'Comic Neue', cursive;
    cursor: url('../assets/hand-pointer.png'), auto;	

}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lobster', cursive;
}
h1, .tribute-wall {
    font-size: 4rem; 
    text-align: center;
}
.dates {
    font-size: 2rem;
    text-align: center;
}
.tribute-wall {
    margin: 2rem auto;
    
}
.hitcounter {
text-align: center;
    margin: 2rem auto;
}


img {
    width: auto;
    max-width: 5rem;
    display: inline-block;
}

.handshake {
    margin: 2rem auto;
    max-width: 30rem;
    width:100%;
}
.header-imgs {
    text-align: center;
}
@media (min-width:1200px) {
    .header-imgs {
        display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;   
    }
}

.divider-imgs {
    margin: 2rem auto;
    height: 5rem;
    width: 100%;
    background: url('../assets/5.gif');
    background-repeat: repeat-x;
}

.divider {
    margin: 2rem auto;
    height: 2rem;
    width: auto;
    background: url(../assets/animated-dividing-line-image-0174.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.divider-1 {
    height: 6rem;
}
.divider-2 {
    background: url(../assets/animated-flower-image-0094.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 4rem;
}

.divider-3 {
    background: url(../assets/animated-flower-image-0119.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 4rem;
}

.divider-4 {
    background: url(../assets/animated-glitter-image-0272.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 4rem;
}

.divider-5 {
    background: url(../assets/animated-dividing-line-image-0165.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.flip {
    transform: scaleX(-1);
}
.flip-y {
    transform: scaleY(-1);
}
.hitcounter img{
    max-width: none;
    width: auto;
}

.end-content {
    text-align: center;
    margin:3rem auto 5rem;
}

.cornett {
    text-align: right;
    margin-bottom: 1rem;
}

.poem {
    text-align: center;
}

.poem img {
    max-width: 50rem;
    width: 100%;
}