html {
     background-color: rgb(255,255,255);
}

.logo-image {
	width: 100%;
}

.project-container {
    text-align: center;
    background-color: rgb(240, 240, 240);
    padding: 20px; 
    border: 2px solid black;
    border-radius: 5px;
    box-sizing: border-box;
    list-style-position: inside;
    width: 50%;
    margin: 0 auto; 
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.project {
    text-align: center;
    background-color: rgb(240, 240, 240);
    border: 2px solid black;
    border-radius: 5px;
    box-sizing: border-box;
    list-style-position: inside;
    width: 50%;
    margin: 0 auto; 
    display: flex;
    flex-direction: column;
    align-items: center; 
	margin-top: 30px;
}


#h1Cap {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
}

#CIS {
	text-align: center;
}

#pdf {
	text-align: center;
}

#manage {
   width: 33%; 
}

footer {
	background-color: rgb(240, 240, 240);
	text-align: center;
}
