    @import url('https://fonts.googleapis.com/css2?family=Fondamento:ital@0;1&family=Jacquard+24&display=swap');
    body {
			margin: 0;
			padding: 0;
			/* Change the font family name to the name of the fonts from your import above just without the '+'s */
			font-family: Fondamento;
			font-size: 14px;
			background: #000;
			text-align: center;
			background-image: url(poetryimg/floralbg.jpg);
			color: white;
		}
	.smallimg {
			width: 100px;
			height: 100px;
		}
		
	.side-box {
			background: #000;
			height: 200px;
			width: 400px;
			margin: auto;
			font-size: 10px;
			border: 2px solid #000;
		}
	.nav-box {
			background: #000;
			min-height: 100px;
			width: 250px;
			margin: auto;
			font-size: 18px;
			border: 2px solid #000;
		}
	.content {
			width: 500px;
			height: 500px;
			background: white;
			
		}
	 
	.table {
	        
            background:black;
            display:inline-block;
            vertical-align: top;   
	}
            
		/*/// Floating Images Section ///*/
		.candle-pos {
            position: absolute; /* Enables positioning the image */
            top: 750px; /* Adjusts the vertical position */
            right: -55px; /* Adjusts the horizontal position */
            width: 200px; /* Increased image width */
            height: auto; /* Maintain aspect ratio */
            margin: 0; /* Resets any default margin */
        }
        .hands-pos {
            position: absolute; /* Enables positioning the image */
            top: 200px; /* Adjusts the vertical position */
            right: 975px; /* Adjusts the horizontal position */
            width: 200px; /* Increased image width */
            height: auto; /* Maintain aspect ratio */
            margin: 0; /* Resets any default margin */
        }
        
        
        /*//////////////////////*/
        
        a:link {
            color: white;
            background-color: transparent;
            text-decoration: none;
            }

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

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

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