body {
    background-image: url('background (2).jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: "Cormorant Garamond";
    font-weight: 800;
}

.title-container {
    background-image: url('TitleBackground.png');
    background-size: cover;
    width: 50%;
    height: 155px;
    border: 4px solid #344931;
    border-radius: 10px;
    text-align: center;
    margin: 25px auto 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.title {
    color: #e2deb6;
    text-shadow: 3px 1px 4px rgb(4, 0, 0);
    font-size: 40px;
    -webkit-text-stroke: 1px #344931;
}

.container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    border: 4px solid #344931;
    border-radius: 30px;
    width: 80%;
    height: 840px;
    background-color: #f9f7e3;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}

.intro-container {
    flex-shrink: 0;
    width: 400px;
    height: 775px;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    left: -15%;
    text-align: center;
}

.intro-title {
    -webkit-text-stroke: 0.5px #344931;
    color: #e2deb6;
    font-size: 55px;
    position: relative;
    left: -105px;
    text-shadow: 3px 1px 4px rgb(4, 0, 0);
    -webkit-animation: pop 1s ease-in-out infinite alternate;
    animation: pop 1s ease-in-out infinite alternate;
    -moz-animation: pop 1s ease-in-out infinite alternate;
}

.intro-title2 {
    color: #e2deb6;
    font-size: 25px;
    position: relative;
    left: -35%;
    text-shadow: 3px 1px 4px rgb(4, 0, 0);
    -webkit-text-stroke: 0.8px #344931;

}

.intro {
    color: #ee9e9e;
    -webkit-text-stroke: 0.8px #344931;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    position: inherit;
    left: -35px;
    padding-left: 20px;
    padding-right: 20px;
}

.navigation {
    overflow: hidden;
    background-color: #214508b2;
    border: 4px solid #344931;
    border-radius: 10px;
    position: relative;
    left: -40px;
    top: -40px;
    text-shadow: 3px 1px 4px rgb(4, 0, 0);
    flex-shrink: 0;
    width: 20%;
    height: 850px;
}

.navi-title {
    background-color: #344931;
    width: 80%;
    position: relative;
    left: 17px;
    border-radius: 900px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 30px;
    font-weight: bold;
    height: 50px;
    position: relative;
    top: 7px;
    color: #e2deb6;
}

.contact {
    height: 290px;
    position: relative;
    top: -30px;
}

.contact a {
    display: block;
    background-color: #5e7c52;
    color: #f9f7e3;
    width: 160px;
    text-decoration: none;
    border: 2px solid #344931;
    border-radius: 8px;
    position: relative;
    top: 10px;
    padding: 5px;
    margin: auto;
}

.music-player {
    flex-shrink: 0;
    width: 240px;
    height: 475px;
    background-color: #b97c88;
    border: 3px solid #445514;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    box-shadow: 6px 14px #344032;
    box-sizing: border-box;
    overflow: hidden;
}

.music-player h1 {
    color: #e2deb6;
    text-shadow: 3px 1px 4px rgb(4, 0, 0);
    size: 60px;
}

.now-playing {
    color: #e2deb6;
    text-shadow: 3px 1px 4px rgb(4, 0, 0);
    position: relative;
    top: -20px;
}

.album-cover {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid #344931;
    border-radius: 8px;
    background-color: #344931;
}

#songTitle {
    font-size: 25px !important;
    width: 120px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artist {
    color: #4a6242;
    margin-top: 3px;
}

#playButton {
    background: #7F9B76;
    color: #f9f7e3;
    border: 2px solid #344931;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    font-size: 28px;
    cursor: pointer;

}

.song-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.song-selector button {
    background: none;
    border: none;
    color: #344931;
    font-size: 35px;
    cursor: pointer;
}

.song-selector span {
    color: #344931;
    font-size: 16px;
}

.update-log {
    position: absolute;
    width: 240px;
    height: 240px;
    background-color: #b97c88;
    border: 3px solid #445514;
    border-radius: 10px;
    box-shadow: 6px 14px #344032;
    text-align: center;
    top: 750px;
    left: 1050px;
}

.update-log h2 {
    color: #e2deb6;
    text-shadow: 3px 1px 4px rgb(4, 0, 0);
    margin: 10px;
}

.updates {
    height: 170px;
    overflow-y: auto;
    text-align: left;
    padding: 0 15px;
}

.updates p {
    color: #e2deb6;
    font-size: 17px;
    margin: 12px 0;
}

.updates strong {
    font-size: 23px;
    color: #344931;
}

/*Bookmarks---Home*/
.home-btn {
    position: relative;
    left: 30px;
    top: -50px;
    transition: left 0.3s ease;
}

.home-btn img {
    width: 77px;
    height: 200px;
    transform: rotate(-90deg);
    display: block;
}

.home-btn span {
    position: absolute;
    top: 87px;
    left: 10px;
    color: #e2deb6;
    font-size: 22px;
}

/*Journal*/
.journal-btn {
    position: relative;
    left: 1px;
    top: -120px;
    transition: left 0.3s ease;
}

.journal-btn img {
    width: 77px;
    height: 200px;
    transform: rotate(-90deg);
    display: block;
}

.journal-btn span {
    position: absolute;
    top: 87px;
    left: 20px;
    color: #e2deb6;
    font-size: 22px;
}

/*Images*/
.butterfly-img1 {
    height: 160px;
    position: relative;
    left: 440px;
    top: 100px;
}

.butterfly-img2 {
    height: 160px;
    position: relative;
    left: 440px;
    top: 180px;
    transform: rotate(69deg);
}

.vines-img1 {
    position: absolute;
    height: 330px;
    left: 220px;
    top: 280px;
    transform: rotate(400deg);
}

.vines-img2 {
    position: absolute;
    height: 330px;
    left: 230px;
    top: 670px;
    transform: rotate(590deg);
}

.vines-img3 {
    position: absolute;
    height: 330px;
    left: 1010px;
    top: 190px;
    transform: rotate(90deg);
}

.divider {
    border: none;
    border-top: 2px solid #385533;
    width: 400px;
    position: relative;
    left: -30px;
}

.updates::-webkit-scrollbar {
    width: 10px;
}

.updates::-webkit-scrollbar-track {
    background: #344931;
    border-radius: 10px;
}

.updates::-webkit-scrollbar-thumb {
    background: #7F9B76;
    border-radius: 10px;
}

.updates::-webkit-scrollbar-thumb:hover {
    background: #5e7c52;
}

/*Hover & Animations*/
.home-btn:hover {left: 50px; } .journal-btn:hover {left: 50px;}

.title-container:hover {
    max-height: 300px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.title:hover {
    color: #5d795b;
}

.contact a:hover {
    background-color: #425541;
}

@keyframes pop {
from {
transform:scale(0.95)
}

50% {
transform:scale(1)
}

to {
transform:scale(0.95)
}
}

@-webkit-keyframes pop {
from {
-webkit-transform:scale(0.95)

}

50% {
-webkit-transform:scale(1)

}

to {
-webkit-transform:scale(0.95)

}
}