  body { 
  	font-family: Arial, Helvetica, sans-serif;
  }
  
	.container {
	    display: flex;
	}
	.fixed-width {
	    width: 342px;
    	background-color: rgb(248, 251, 204);
	}
	.variable-width {
	    max-width: 831px;
	    flex-grow: 1;
	    background-color: rgb(248, 251, 204);
	}	
	.photoArea {
		width: 96%;
		position: absolute;
		margin: 2%;
	}
	.photoImg {
		width: 100%;
		position: absolute;
		left: 0px;
		top 0px;
	}
	.square {
	  width: 100%;          /* You can set this to any percentage or fixed value */
	  padding-top: 100%;    /* Same value as width to maintain the aspect ratio */
	  background-color: rgb(248, 251, 204);
	  position: relative;
	}

	.square div {
	  position: absolute;   /* Makes sure the inner content is positioned correctly */
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	}
		
 #content { border: 1px solid rgb(51, 51, 255);
    display: block;
    position: absolute;
    margin-top: 10px;
    padding-right: 15px;
    margin-left: 350px;
    width: 90%;
    opacity: 1;
    height: 100%;
    }

  div#content .h4 { font-size: 28px;
    display: block;
    }

  div#content .h3 { font-style: normal;
    font-size: 18px;
    line-height: 125%;
    }

  div#content .p { display: block;
    font-weight: normal;
    text-align: justify;
    line-height: 140%;
    margin-left: 40px;
    width: 90%;
    font-size: 18px;
    }

  div#content .td { font-weight: normal;
    font-size: 15px;
    }

  #side { border: 1px solid rgb(51, 51, 255);
    padding-left: 0px;
    margin-left: 0px;
    position: absolute;
    width: 340px;
    background-color: rgb(248, 251, 204);
    text-align: center;
   }

  div#side .h4 { font-weight: bold;
    color: rgb(0, 0, 0);
    margin-top: 15px;
    font-size: 24px;
    display: block;
    margin-left: 25px;
    margin-bottom: 10px;
    text-align: center;
    }

  div#side .p { font-size: 12px;
    font-weight: normal;
    line-height: 110%;
    }

  div#side .li { display: block;
    padding-bottom: 2px;
    padding-right: 15px;
    line-height: 140%;
    font-weight: bold;
    font-size: 15px;
    }

  div#side .ul { display: block;
    }

  div#side .h3 { color: rgb(0, 0, 0);
    font-weight: normal;
    text-align: center;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    padding-bottom: 15px;
    font-size: 16px;
    }

	#lowleft { font-size: 16px;
    font-weight: normal;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
  }
	
	#logo {
		width: 26%;
		padding: 20px;
	}
	
	#textbox {
		width: 63%;
		margin-bottom: 60px;
	}
		
	#pauseplaybtn {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#footer {
		