body{
	font-family: Arial, Helvetica, sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
}
.paragraph-wrapper{
	background-color: rgba(255,255,255, 0.35);
	padding: 10px 0;
}
.iframe-map{
	background-color: black;
	width: 604px;
	height: 454px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.social-media{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.item{
	margin: 20px 0px 0px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.item img{
	height: 100%;
	margin-right: 10px;
}
.item p{
	font-weight: bold;
}
.social-media a{
	text-decoration: none;
	color: black;
}