@import url('./modules/fonts.css');

body {
    /* background-color: #ceba77; */
    color: #1f002e;
    margin: 0;
    padding: 0;
    background-color: #95855f;
    /* color: #563e06; */
    /* overflow: clip; */
    height: 100vh;
}

img {
    mix-blend-mode: screen;
    width: 170%;
    height: auto;
    max-height: 1500px;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: .7;
}

#spell {
    position: relative;
    z-index: 99;
    margin: 10vh auto;
    transform: rotate(-2deg);
    height: fit-content;
}

h1 {
    font-family: 'Boecklins Universe';
    font-size: 4rem;
    text-align: center;
}

p {
    font-family: 'Centrion';
    font-size: 1.6rem;
    line-height: 1.6;
    width: 100vh;
    margin: auto;
    margin-bottom: 2vh;

    &&:not(:first-of-type) {
        text-indent: 30px;
    }
}

.sparkles {
    /* color: #73276a; */
    text-shadow: 1px 1px 8px #d7b5e7;
}

#localRing p {
    width: 55vh;
    margin-bottom: 0;
}

#localRing {
    margin: 5vh 0;
    text-align: center;
}

#localRing a {
    margin-right: 3vh;
    font-family: 'Boecklins Universe';
    font-size: 1.5rem;
    padding: 5px 8px;
    background-color: rgba(164, 164, 143, 0.6);
    border-radius: 5px;
}

#localRing a:hover {
    font-style: normal;
}