
body {  width: 1054px;
  	height: 1054px;
  	background-color: #FFF;
        font-size: 14px;
        font-family:Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 14px;
	font-family: "Verdana", verdana, sans-serif;
	color: #1C1C1C;
        //margin-left: 3em;
    	//margin-bottom: 14px;
	width:400px
	display:inline
}	

#wrapper {
    	margin-top: 10px;
    	margin-bottom: 0px;
    	margin-right: 0px;
    	margin-left: 40px;
        float: left;
 	width:95%;
	display: inline;
    	white-space: wrap;
}


h1 {

    	font-size: 22px;
    	font-family:Arial, Helvetica, sans-serif;
    	font-weight: normal;
        font-stretch: semi-expanded;
	text-shadow : 0px 0px;
	color:#555555;
    	margin-top: 0em;
    	margin-bottom: 1em;
    	margin-left: 0;
    	margin-right: 0;
        width: 800px;
        //display: flex;
        //vertical-align: baseline;
}

h3 {

    	font-size: 18px;
    	font-family:Arial, Helvetica, sans-serif;
    	font-weight: normal;
        font-stretch: semi-expanded;
        color:#555555;
        text-shadow : 0px 0px;
    	margin-top: 1.5em;
    	margin-bottom: 0.67em;
    	margin-left: 0;
    	margin-right: 0;
        width:400px;
}

h4 {

    	font-size: 14px;
    	font-family:"Verdana", verdana, sans-serif;
    	font-weight: normal;
        font-style: italic;
        font-stretch: semi-expanded;
        color:#0;
        text-shadow : 0px 0px;
    	margin-top: 1.5em;
    	margin-bottom: 0.67em;
    	margin-left: 3em;
    	margin-right: 0;
        width:400px;
}

p {

	font-size: 14px;
	font-family: "Verdana", verdana, sans-serif;
	color: #1C1C1C;
        margin-left: 3em;
    	margin-bottom: 14px;
	width:400px
	display:inline
}

#contact {

	font-size: 14px;
	font-family: "Verdana", verdana, sans-serif;
	color: #1C1C1C;
        //margin-left: 400px;
        margin-right: 200px;
    	margin-bottom: 20px;
        margin-top: -16px;
	display:inline
        //position: absolute;
        text-align: right;
        float: right;
        left: 0; /* Place the element at the right edge of the "div" */
        //top: 30px; /* Adjust the top position as needed */
        width: 100vw;
}

#popup-box {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers the box within its parent */
}


/*
#footer {
  //margin-top: 20px;
  border-top: 1px solid #555555; /* 1px thick, solid line, gray color */
  font-family: Verdana, sans-serif;
  font-size: 14px;
  //font-weight: bold;
}

// add content to footer here
#footer::before {
  content: "<br/>Sample text added before the div content.";
}
*/




