@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');
body {
    background-color: black;
    font-family: 'Quintessential', cursive;
    color: rgb(247, 181, 181);
    cursor: url(http://www.rw-designer.com/cursor-extern.php?id=129937) auto;
}
h1 {
    font-style: normal;
}

.shrine {
    height: 1810px;
    width: 600px;
    background-color: rgb(113, 93, 67);
    border-color: goldenrod;
    border-radius: 3px;
    border-style: solid;
    
}
.s {
    margin-top: 100px;
}
#cupcake {
    width: 120px; height: 136px;
}

#chocake {
    width: 200px; height: 171px;
}
a:hover {
    cursor: url(http://www.rw-designer.com/cursor-extern.php?id=129937) auto;
   
}
#forgetmenot {
    width: 195px; height: 305px;
}
#daisies {
    width: 173px; height: 231px;
}

.divider {
    width: 240px; height: 34px;
    
}
.shrineitems {
    height: auto;
    width: 55%;
    
}
a {
    display: inline;
}

.frerard {
    height: 60%;
    width: auto;
    display: flex;
}
.doit {
    width: 100px;
    height: 69px;
}
.pride {
    animation: pride 10s infinite;
    display: block;
}
    @keyframes pride {
	0% {filter: hue-rotate(0);
	}
	50% {
		filter: hue-rotate(-540deg);
	}
	100% {filter: hue-rotate(0);
	} }
