p{
	font-size: 1.4em;
	line-height: 1.6em;
}
.team p{
	display: flex;
}
.team p img{
	border-radius: 50px;
	border: 2px solid white;
	background: rgba(255,255,255,0.3);
	margin-right: 20px;
	max-height: 100px;
}
.team p span{
	align-content: center;
}
.dark-theme .darkbg-bg{
	padding: 10px;
	border-radius: 12px;
	opacity: 0.8;
	border: 1px solid #fff;
}
.dark-theme a{
	color: #fff;
}
@media only screen and (min-width: 480px){
	p{
		font-size: 1.2em;
	}
}