body {
    background-image: url("resourcespage/Floral 6.png");
    overflow-x: hidden;
    overflow-y: scroll;

}

.alorascrypt .toptapeleft::before {
    background-image: url("Decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 8%;
    width: 10%;
    background-size: contain;
    top: 1%;
    left: 15%;
}

.alorascrypt .toptaperight::before {
    background-image: url("Decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 8%;
    width: 10%;
    transform: scaleX(-1);
    background-size: contain;
    top: 1%;
    left: 75%;
}

.alorascrypt header {
    background-image: url("Banner art.png");
    height: auto;
    margin-inline: 11%;
    text-align: center;
    outline-style: solid;
    outline-color: #4f161b;
}

.alorascrypt h1 {
    text-shadow: 6px 6px 6px #000000;
    font-size: 7vh;
    word-spacing: 20px;
    letter-spacing: 20px;
    color: #d5cece;
    text-align: center;
    font-family: "UnifrakturCook", cursive;
    font-weight: 700;
    font-style: normal;
}

h1 {
    text-shadow: 6px 6px 6px #000000;
    padding-top: 0;
    font-size: xxx-large;
    word-spacing: 20px;
    letter-spacing: 20px;
    color: #d5cece;
    text-align: center;
    font-family: "UnifrakturCook", cursive;
    font-weight: 700;
    font-style: normal;
}

.navbar ul {
    position: relative;
    outline: solid;
    outline-color: #4f161b;
    list-style: none;
    background-color: #320a0e;
    overflow: hidden;
    text-align: center;
    height: 40px;
    margin-inline: 11%;
    margin-top: -3vh;
}

.navbar a {
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-style: normal;
    text-align-last: center;
    padding: 5px 100px;
    text-align: center;
    display: block;
    font-size: x-large;
}

.navbar a:hover {
    background-color: #4f161b;
}

.navbar li {
    display: inline-block;
}

.blogtapeleft {
    background-image: url("Decor/Bat sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 20%;
    width: 7%;
    z-index: 1;
    background-size: contain;
    top: -2%;
    left: 23%;
}



main {
    margin-inline: 11%;
    position: relative;
    
}

.blog {
    text-align: center;
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-weight: 500;
    font-style: normal;
    outline: solid;
    outline-color: #4f161b;
    background-color: #320a0e;
    width: 75%;
    float: right;
    
    

}

.blog h2 {
    text-shadow: 2px 1px 1px #000000;
    background-color: #4f161b;
    outline: solid;
    outline-color: #d5cece;
    
}

.blogtext {
    max-height: 1320px;
    overflow-y: scroll;
}

.blogtext::-webkit-scrollbar {
    background-color: rgba(82, 82, 82, 0.54);
}

.blogtext::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
}

.blog p {
    color: #d5cece;
    text-align: left;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
    
}

.date {
    text-align-last: left;
    text-decoration-line: underline;
    font-size: large;
    margin-inline: 5px;
}

.blog img {
    max-height: 400px;
    outline: solid;
    outline-color: #d5cece;
}

.ipod {
    /* change these to whatever colors you want to use for it! */
    --black: #5b3a53;
    --dark: #320a0e;
    --med: #4f161b;
    --light: #fdc6d3;
    --white: #fdc6d3;

    width: 20%;
    height: 300px;
    border: 5px var(--med) solid;
    padding: 10px;
    position: relative;
    margin-top: 15px;
    border-radius: 25px;
    background: var(--light);
    float: left;
}

/* the actual music player*/
audio {
    border-radius: 25px;
    width: 90%;
    height: 30px;
    background: var(--med);
    color: white;
    mix-blend-mode: hard-light;
    opacity: .4;
    margin: 10px auto
}

/*offsets every second ipod widget by a little bit, to make them arrange in a more interesting way, and changes the colors slightly! you can get rid of this if you don't want that.*/
.ipod:nth-of-type(even) {
    background: var(--med);
    border-color: var(--dark);
}

.ipod:nth-of-type(even) .button .button {
    background: var(--med);
    border: 1px double var(--light)
}

.screen {
    height: 66%;
    background: var(--white);
    border-radius: 20px;
    overflow: scroll;
    outline: 2px var(--white) solid;
    outline-offset: 3px;
    font-family: 'ChicagoFLF', 'Chicago', monospace;
    /* the font used on vintage apple products - feel free to change this if
you want something different! */
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

/* the bold text - where your song title will go, probably */
.screen b {
    background: var(--med);
    color: var(--white);
    width: 100%;
    display: block;
    padding: 3px 5px;
    font-size: .9em;
    margin-top: 5px;
    border-top: 15px double var(--white);
}

/* the bit under the audio player */
.screen .caption {
    padding: 0px 10px
}

/* the circular buttons - this bit is just for decoration, really! */
.button {
    border: 1px double var(--med);
    background: var(--white);
    height: 30%;
    aspect-ratio: 1 / 1;
    margin: 4% auto;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.button .b {
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: var(--black) !important
}

.b.b-top {
    top: 5%;
    font-size: .9em;
}

.b.b-bottom {
    bottom: 5%;
    font-size: .6em;
}

.b.b-left {
    left: 3%;
    top: 40%;
    width: 20%;
}

.b.b-right {
    right: 3%;
    top: 40%;
    width: 20%;
}

.button .button {
    height: 50%;
    aspect-ratio: 1 / 1;
    margin: 25% auto;
    background: var(--light)
}

.goodreads {
    background-color: #4f161b;
    outline: solid #320a0e;
    outline-width: 5px;
    width: 21.5%;
    height: 500px;
    border-radius: 25px;;
    margin-top: 370px;
    overflow-y: scroll;
}

.goodreads::-webkit-scrollbar {
    background-color: rgba(82, 82, 82, 0.54);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.goodreads::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
        border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
 

    /* unvisited link */
a:link {
    color: #d5cece;
}

/* visited link */
a:visited {
    color: #d5cece;
}

footer {
    background-color: #320a0e;
    outline: solid;
    outline-color: #4f161b;
    margin-inline: 11%;
   
    
}

footer p {
    color: #d5cece;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

