body {
    background-color: rgb(232, 238, 222);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: times;
}

.sleepybunny {
    position: relative;
    height: 100px;
    width: auto;
    top: 310px;
    left: 730px;
    z-index: 99;
}

.container {
    display: flex;
    margin-top: 50px;
    background: white;
    width: 690px;
    margin-right: 60px;
    height: 613px;
    gap: 0px;
    border-width: 7px;
          border-style: solid;
          border-image: url("https://file.garden/ZZ2PUl9MPilKgIvB/collection/borders/xnxzti-1.png") 8 fill round;
    background-color: rgb(226, 216, 232);
}

.sidebar {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 10px;
}

.intro {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-y: auto;
    text-align: center;
    width: 200px;
    height: 250px;
    border: 1.2px solid rgb(133, 170, 150);
    box-sizing: border-box;
    background-color: white;
    padding: 5px;
    gap: 1px;
}

.pusheenburger img {
    align-self: center;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    padding: 0;
}

.intro-text {
    font-family: times;
    color: rgb(187, 172, 195);
    font-size: 16px; 
    margin: 0;
    padding: 0;
}

.intro-text p {
    margin-top: -3px;
    margin-bottom: 3px;
}

.navigation {
    width: 200px;
    height: 200px;
    background-color: white;
    border: 1.2px solid rgb(133, 170, 150);
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 15px;
    overflow-y: auto;
}

.nav-title {
    font-size: 15px;
    color: rgb(163, 194, 171);
    margin-top: -10px;
}

.navigation h2 {
    FONT-size: 18px;
    color: rgb(178, 150, 181);
    margin: 7px;
}

.navigation ul {
    color: #cda7ca;
    list-style-type: none;
    margin: 0 auto;
    width: fit-content;
    padding-right: 48px;
    text-align: center;
    line-height: 20px;
}

.navigation li {
  text-align: center;
  background-image: url(https://64.media.tumblr.com/6a9d5ee20dfec9a3abf758cf58c048c7/2fee62954b0dcc40-21/s75x75_c1/9b276ad1aa72c2510870dbe4f6f5199bfd5151ff.gifv);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  padding-left: 25px;
  line-height: 25px;
}

.navigation a {
    color: rgb(199, 171, 203);
}

.main {
    display: flex;
    flex-direction: column;
    width: 460px;
    height: 600px;
    box-sizing: border-box;
    margin: 4px;
}

.main-textareas {
display: flex;
flex-direction: column;
align-self: center;
    overflow-y: auto;
    background-color: white;
    border: 0.5px solid rgb(140, 186, 125);
    width: 450px;
    height: 530px;

}

.clover-border {
    align-self: center;
box-sizing: border-box;
overflow: hidden;
width: 460px;
height: auto;
}

.main h4 {
    font-size: 22px;
    margin-left: 45px;
    color:#b691b3;
    margin-bottom: 4px;
}

.entry-divider {
    width: 50%;
    margin: 20px auto;
    display: block;
}

.main p {
    font-size: 15px;
    color: rgb(138, 167, 119);
    margin-left: 50px;
    margin-right: 30px;
    line-height: 20px;
    margin-bottom: 20px;
}

.bunnygraphic {
    overflow: visible;
    width: 200px;
    height: auto;
}