body {
	background: black;
	color: white;
}

h1{
	font-size: 60px;
	font-family: cursive;
	text-align: left;
}
.foto-perfil{
	margin-left: 25%;
	width: 80%;
	height: 80%;
	border-radius: 80%;
	display: flex;
	align-items: center;

}
.centro{
	
	border-radius: 10px;
	height: 300px;
}
button{
	border-radius: 0px 25px 25px 0px;
	width: 160px;
	height: 80px;
	display: flow;
	align-items: center;
}
button:hover{
	background-color: orange;
}

}
.blk-foto{
	border: 2px solid lightgreen;
}
.container{
	text-align: justify;
}
.icone-sm{
	width: 10%;
	height: 10%;
}
a{
	text-decoration: none;
}
.inline-icon{
	
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
	}
.inline-icon:hover{
	
	background-color: #1C1C1C;
	border-radius: 10px;
}
@media (max-width:450px){
	button{
		border-radius: 5px;
		background-color: orange;
		width: 120px;
		height: 40px;
		margin-left: 10px;
		margin-bottom: 8px;
	}
	h1{
	font-size: 30px;
	font-family: cursive;
	text-align: center;
	}
	.block-btn{
		display: flex;
		justify-content: space-around;
	}
	.centro{
		border:none;
	}
	.container{
		width: 90%;

	}
	.foto-perfil{
	margin-left: 25%;
	width: 50%;
	height: 80%;
	}
	.icone-sm{
		width: 20%;
		height: 20%;
		margin-bottom: 25px;
	}
	.inline-icon{
		
		width: 100%;
		margin-bottom: 5px;

		
	}
	

