@charset "UTF-8";
/* CSS Document */
body{
	text-align:center;
	grid-row-start: auto;
	margin-top:20%;
}

img{
	width:400px;
	height:auto;
}

h1{
	font-family:montserrat;
	font-weight:600;
}

p{
	font-family:montserrat;
	font-size:20px;
	line-height:1.4em;
	color:rgba(51,51,51);
}

a{
	color:rgba(50,88,124,0.80);
	font-weight:bold;
}

a:link, a:visited {
	text-decoration:none;
}

@media only screen and (min-width:22px) and (max-width:414px){
       h1{
	      font-size:25px;}

       p{
	     font-family:montserrat;
	     font-size:17px;
	     line-height:1.4em;
	     color:rgba(51,51,51);
}

@media only screen and (min-width:220px) and (max-width:400px){
	img{
		width:300px;
		height:auto;
}