body {
	background-color: #000000;
	font-family: Montserrat;
	color:#fff;
	text-align:center;
	margin:auto;
	max-width:60%;
}
#title{
	border:#fff solid 4px;
	padding:5px;
	border-radius:15px;
	width:60%;	
	margin:auto;
}
#call-bubbles{
padding:20px;
border-radius:15px;
border:white solid;
background-color:#0071a7;
color:white;
font-size:x-large;
}
.banner{
	display:flex;
	justify-content:center;
	gap:3rem;
	flex-direction:row;
	margin:auto;
}
.profile-pic{
	border-radius:50%;
	border:#fff solid 4px;
	padding:10px;
}
.text-column{
	display:flex;
	flex-direction:column-reverse;
	justify-content:center;
}
	
.description{
	border:#fff solid 4px;
	border-radius:15px;
	padding:15px;
	width:fit-content;
}
.container{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	align-items:center;
	margin:50px auto;
	height:150px;
}
.project-banner{
	background-color:#fff;
	border-radius:15px;

}
.project-link{
	background-color:#000;
	border:#000 solid 2px;
	border-radius: 15px;
	padding:50px;
	color:#fff;
	height:15px;
	align-content:center;
	font-size:25px;
	font-weight:bold;
}
.socials-img{
	height:50px;
	width:auto;
}


