.gallery img {
    max-width: 12.5rem;
    border-radius: 5px;
    border: 2px solid rgb(232, 113, 178);
}
h1 {
    font-family: "PatchFun";
    color: #1f0030;
    text-shadow: 2px 2px 2px rgb(252, 141, 67);
    font-size: 5rem;
    font-weight: lighter;
    margin: 0;
}
header {
   text-align: center;
}
.wrapper {
    max-width: 60rem;
    margin: auto;
    padding: 1rem;
    backdrop-filter: saturate(88%) blur(2px) hue-rotate(87deg);
    border-radius: 10px;
    border: 4px solid black;
}
body {
    background-image: url('/IMGs/mood-board/quartziez.png');
}
#back {
    font-size: 2rem;
    text-align: center;
    margin: 2rem auto;
}
#back a {
    background-color: #9e0e2d;
    color: rgb(255, 182, 238);
}
footer {
    display: flex;
    flex-direction: column;
    & span {
        margin: .5rem;
        font-size: 1.2rem;
        color: purple;
    }
    & span a {
        color: rgb(255, 207, 255);
    }
    & span a:hover {
        background-color: rgb(0, 0, 0);
    }
}
footer img {
    width: 60%;
    margin: 0 auto;
}
@media screen and (max-width: 800px) {
   :root {
    font-size: 14px;
   }
}
@media screen and (max-width: 500px) {
    :root {
     font-size: 12px;
    }
 }
 
 @media screen and (max-width: 300px) {
    :root {
     font-size: 10px;
    }
 }
 