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;
}



footer {
	background-color: rgb(240, 240, 240);
	text-align: center;
}


.lsc-project-container #lsc-project-1 {
	width: 40%;
	float: right;
	background-color: rgb(240, 240, 240);
    border: 2px solid black;
    border-radius: 15px;
    box-sizing: border-box;
}
	
.lsc-project-container p {
	background-color: rgb(240, 240, 240);
    border: 2px solid black;
    border-radius: 5px;
    box-sizing: border-box;
    width: 50%; 
    text-align: center;
	margin-top: 25px;
	margin-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}	


#workedOn,
#intern,
#quiz {
	text-align: center;
	font-size: 24px;
}



.lsc-project-container-2 #lsc-project-2 {
	width: 40%;
	float: right;
	background-color: rgb(240, 240, 240);
    border: 2px solid black;
    border-radius: 15px;
    box-sizing: border-box;
	margin-bottom:10px;
}
	
.lsc-project-container-2 p {
	background-color: rgb(240, 240, 240);
    border: 2px solid black;
    border-radius: 5px;
    box-sizing: border-box;
    width: 50%; 
    text-align: center;
	margin-top: 25px;
	margin-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.lsc-project-container-3 #lsc-project-3 {
	
	width: 40%;
	float: right;
	background-color: rgb(240, 240, 240);
    border: 2px solid black;
    border-radius: 15px;
    box-sizing: border-box;
	margin-bottom:30px;
}
	
.lsc-project-container-3 p {
	background-color: rgb(240, 240, 240);
    border: 2px solid black;
    border-radius: 5px;
    box-sizing: border-box;
    width: 50%; 
    text-align: center;
	margin-top: 25px;
	margin-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.project-container-bottom img {
	width: 33%;
}

#gone {
    visibility: hidden;
}

#CIS p {
	margin-left: 40px;
	margin-right: 40px;
}

#end {
	text-align: center;
	font-weight: bold;
}

footer {
	margin-top: 70px;
}



.project-link {
    text-align: center;
    padding: 20px; 
    width: 100%;
    margin: 0 auto; 
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.btn-download {
	width: 100%;
	display: inline-block;
	padding: 10px 20px;
	background-color: #333333;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s ease;
	text-align: center;
}

.btn-download:hover {
	background-color: #555555;
}