/* Reset some default styles */
body, h1, h2, p, ul, li {
}

/* Set a background color and font for the whole page */
body {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Style the header */
header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

header h1 {
    font-size: 10vw;
    margin-bottom: 10px;
	text-align: center;
}


paragraph p {
	font-size: 1vw;
}


nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

/* Style the sections */
section {
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}



/* Style the footer */
footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* Add more styles as needed for your specific content and design preferences */
#titletext {
	font-size: 50px;
	text-align: center;
	font-weight: bold;
    padding: 20px;
    margin: 20px;	
}
#hometext {
    padding: 20px;
    margin: 20px;		
}

#projectcontent {
    padding-right: 100px;
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
    margin: 0px;		
}