* {
    overflow-wrap: normal;
    /*border: groove;
    border-color: #030303;*/
}

body {
    color: #654321;
    font-family: "EB Garamond", serif;
    background-image: url("images/Background.png");
    background-repeat: repeat;
}
/*round-image: url(images/main-header.PNG); */
#intro-header {
    align-self: center;
    border: groove;
    border-radius: 50px;
    border-color: #57343f;
    background-color: #efdecd;
    height: 50px;
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    padding: 20 auto;
    justify-content: center;
    align-content: center;
    color: #57343f;
}
#navbar {
    background: #efdecd;
    border-radius: 50px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    background-size: contain;
    border: groove;
    border-color: #57343f;
}

#navbar ul {
    position: relative;
    list-style-type: none;
    text-align: center;
    bottom: 6px;
    padding: 2.5px;
}

#navbar ul li {
    position: relative;
    bottom: 6px;
    display: inline-block;
    padding-top: 2.5px;
    align-content: center;
}

#navbar ul li a {
    font-size: 18x;
    border-spacing: 20px;
    display: inline-block;
    width: 90px;
    position: relative;
    bottom: 8px;
    background: #9e5a73;
    background-size: auto;
    height: auto;
    text-align: center;
    color: #57343f;
    border: groove;
    border-color: #703f4e;
    border-radius: 50px;
    text-decoration: none;
    padding: 2.5px;
    align-content: center;
}

#body {
    margin: auto;
    width: 840px;
    height: 800px;
    border: groove #703f4e;
    border-radius: 40px;
    position: relative;
    top: 10px;
    background-color: #efdecd;
    align-content: center;
    display: flex; /* Makes the parent a flex container */
    justify-content: center; /* Centers horizontally along the main axis */
    align-items: center; /* Centers vertically along the cross axis */
}

#leftsidebar {
    text-align:center;
    height: 800px;
    width: 160px;
    display: inline-block;
    margin: 0 auto;
    padding: auto;
    position: relative;
}

#random {
    height: 800px;
    width: 480px;
    display: inline-block;
    margin: 0 auto;
    padding: auto;
    text-align: center;
    border: groove;
    border-color: #57343f
}

#rightsidebar {
    text-align:center;
    height: 800px;
    width: 160px;
    margin: 0 auto;
    padding: auto;
    position: relative;
    display: inline-block;
}
#blog {
    overflow: scroll;
    width: 100%;
    height: 250px;
    text-emphasis: none;
}
#pixel-art {
    text-decoration: none;
    display: inline-block;
    align-content: center;
}

#pixel-art h3 {
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
}

#pixel-art p {
    margin-bottom: 5px;
    margin-top: 5px;
}
#Witch {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 240px;
}

#Witch:hover {
        width: 500px;
        height: auto;
        transition: 0.5s;
        position: absolute;
        z-index: 1;
        font-size: 15px;
        font-family: Serif;
        margin-bottom: 20px;
}
#Witch p,
#Witch h3,
#Witch a {
    display: inline-block;
    white-space: normal;
}

#Witch h3 {
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#Witch p {
    margin-bottom: 5px;
    margin-top: 5px;
}
