.info{
padding:20px;
background-color:rgba(255,255,255,0.5);
border-radius:10px;
margin:0 0 40px 0;
}
#instafeed{
display:flex;
flex-wrap:wrap;
gap:10px;
list-style:none;
}
#instafeed li{
width:calc((100% - 40px) / 5);
}
#instafeed li img{
width:100%;
height:auto;
}
.blog{
padding:40px 0;
}
.blog a{
display:block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#febbbb+0,fe9090+45,ff5c5c+100;Red+3D+%231 */
background: linear-gradient(135deg, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color:#fff;
max-width:380px;
line-height:50px;
border-radius:10px;
text-align:center;
text-decoration:none;
font-weight:bold;
box-shadow:0 0 10px rgba(0,0,0,0.3);
margin:0 auto;
font-size:24px;
}