        @import url('https://fonts.googleapis.com/css2?family=Fondamento:ital@0;1&family=Jacquard+24&display=swap');
		.content {
			background-image: url('journalimg/postcard2.png');
			background-repeat: no-repeat;
			background-size: cover;
			width: 1000px;
			height: 635px;
			display: inline-block;
			color: olive;
			font-size: 16px;
			font-family: Fondamento;
		}

		.sidebar {
			display: inline-block;
			vertical-align: top;
		}

		.menuimg {
			width: 150px;
			margin: 50px;
			transform: rotate(23deg);
		
		}
		.menuimg2 {
			width: 100px;
		}

		iframe {
			border: 0;
			width: 405px;
			height: 300px;
			margin: 40px;
			margin-top: -5px;
            overflow-x:hidden;
            overflow-Y:hidden;
		}

		body {
			background-image: url('journalimg/darktable.webp');
			background-color: black;
			color: white;
			font-size: 20px;
            font-family:Fondamento;
		}

		.menu {
			font-family: "Fondamento";
			font-style: normal;
			color: white;
		}

		.menu a {
			color: inherit;
			display: inline-block;
		}

		.menu a:hover {
			text-decoration: underline;
		}

        /* The Whole Page Wrapper */
		.wrapper {
		    text-align: left;
			position: relative;
			width: 1290px;
			margin: auto;
			margin-top: 0px;
		}

		.stamp {
			position: absolute;
			top: 30px;
			right: 40px;
			transform: rotate(23deg);
			z-index: 1;
		}
		.stamp img {
              width: 190px;
              height: 190px; 
		}
		.watch {
			position: absolute;
			top: -30px;
			left: 700px;
			transform: rotate(23deg);
			z-index: 1;
		}
		.watch img {
              width: 200px;
              height: 200px; 
		}
		
	
	    /* Main Journal*/
		.frame {
		position: relative;
        top: 180px;
        left: 20px;
        z-index: 1;
        height: 450px;
        width: 800px;
		}
		
		/* Past Entries List Box */
		.frame2 {
		position: relative;
        bottom: 300px;
        left: 660px;
        z-index:1;
		}
    ::-webkit-scrollbar {
        width: 0px;
        background: transparent; /* make scrollbar transparent */
    		}
    		
		
		/* New Entry */
		.frame3 {
		position: relative;
		top: -300px;
        left: 200px;
        z-index:1;
		}
		
		/*//////////////////////*/
        
        a:link {
            color: Olive;
            background-color: transparent;
            text-decoration: none;
            }

        a:visited {
             color: olive;
             background-color: transparent;
              text-decoration: none;
            }

        a:hover {
            color: Olive;
            background-color: transparent;
             text-decoration: underline;
            }

        a:active {
            color: black;
            background-color: transparent;
            text-decoration: italic;
        }