body {
    background-image: url(dithergrav.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(32, 3, 70);
    background-blend-mode: hard-light;
    overflow: hidden;
    padding: 50;
}

#note {
     max-width: 22vw;
     position: absolute;
     margin: 10px;
     margin-top: -20px;
     font-family: dragon;
     font-size: 2.5em;
     color: black;
     font-weight: bolder;
     letter-spacing: 2px;
     text-shadow: 2px 2px white;
}

#title {
    position: absolute;
    width: 90%;
    right: -18vw;
    overflow: hidden;
    font-family: dragon;
    text-shadow: 5px 4px rgba(49, 24, 141, 0.671);
    transition: ease .5s;
}
#title:hover {
    text-shadow: 7px 7px rgba(26, 4, 105, 0.745);
}

#wrapper {
    margin-left: auto;
    max-width: 40vw;
    margin-right: 6vw;
    justify-content: center;
    display: flex;
}

#txt {
    background-color: rgba(210, 192, 227, 0.8);
    background-image: url(cats\ 2.jpg);
    background-blend-mode: lighten;
    position: absolute;
    top: 12vw;
    max-width: 40vw;
    padding: 10px;
    border-radius: 10px;
    font-family: anger;
    font-weight: bold;
    letter-spacing: 2px;
    border: 10px double rgb(29, 29, 29);
    max-height: 22vw;
    /* stuff for dark bg
     background-color: rgb(40, 16, 68);
    background-image: url(cats\ 2.jpg);
    background-blend-mode: overlay;
    position: absolute;
    top: 12vw;
    max-width: 40vw;
    padding: 10px;
    border-radius: 10px;
    font-family: anger;
    font-weight: bold;
    letter-spacing: 2px;
    color: white;
    border: 10px double rgb(29, 29, 29);
    
   /* border-image: url(lace.png);
    border-image-repeat: repeat;
    border-image-slice: 30%;
    border-image-width: 25px;
    border-image-outset: 25px; */
}

.acchan {
    font-size: 20px;
    text-shadow: 1px 1px rgb(88, 21, 165);
}
#txt p {
    margin: 5px;
    transition: ease .5s;
}
#txt p:hover {
    background-color: rgba(114, 63, 151, 0.541);
}

nav {
    position: absolute;
    bottom: 3vw;
    width: 40vw;
    display: flex;
    gap: 2vw;
    justify-content: center;
}
a {
    background-color: rgba(104, 75, 140, 0.596);
    font-size: 3rem;
    color: black;
    font-family: dragon;
    text-decoration: none;
    padding: 5px;
    line-height: 1;
    transition: ease 0.5s;
    border-radius: 5px;
    border: black double 7px;
    text-wrap: nowrap;
}
a:hover {
    background-color: rgba(186, 155, 212, 0.745);
    letter-spacing: 3px;
}


@font-face {
    font-family: "dragon"; 
    src: url("PowerofDragon-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "anger"; 
    src: url("AngerStyles.ttf") format("truetype");
}