





* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: "Kosugi", sans-serif;
    font-size: 17px;
}

.container {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 850px;
    height: 950px;
    border: 1px solid #0065ff;
    box-sizing: border-box;
    background-image: url('https://blinkieshaven.carrd.co/assets/images/image09.jpg?v=6d0ddec1'); 
}

.thoughtbox {
    position: absolute;
    margin: 10px;
    width: 830px;
    height: 925px;
    border: 1px solid grey;
    background-color: #fff;
    box-sizing: border-box;
    overflow: auto;
}

.thought {
    color: #000;
    padding-left: 10px;
    padding-top: 5px;
}

.date {
    color: #0065ff;
    text-decoration: underline;
    font-style: italic;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.sidenav {
    width: auto;
    height: auto;
    border: 1px solid #0065ff;
    margin-left: 300px;
    margin-top: 200px;
    position: absolute;
    padding: 10px;
}


body {
    background-image: url("https://i.pinimg.com/1200x/02/73/9c/02739c8fb724bcb9a557d6209a61e023.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #cccccc;
}




.floating-image {
  position: absolute; /* or fixed, depending on desired behavior */
  top: 30px;          /* distance from the top of the page */
  left: 9px;         /* distance from the left of the page */
  width: 90px;       /* adjust size as needed */
  /* optional: animation to make it move */
}






