@import url('https://fonts.googleapis.com/css?family=Shrikhand');
*{
  box-sizing:border-box;
}
.logo {
	font-family: 'Shrikhand', cursive;
	color: #000;
	text-align: center;
}
.cont{
  
  height: 100vh; 
	display: flex; 
	align-items: center; 
	justify-content: center;

  
}
.insta {
	margin-top:20px;
	width: 30px;
	height: 30px;
}

.intro{

}


img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}


/* Diferentes dispositivos */



@media (max-width: 768px) {
  /* For mobile phones: */
 h1{
font-size: 1.9em;
}
h2{
font-size: 1.4em;
}
}

@media (min-width: 900px) {
  /* For mobile phones: */
h1{
font-size: 4em;
}
h2{
font-size: 2.2em;
}
}