/* Memes */
.memes_main_page_frame {
display: flex; 
width: 100%; 
border: 1px solid #000; 
background: linear-gradient(156deg,rgba(2, 6, 8, 1) 0%, rgba(4, 7, 6, 0.83) 40%);
}
.memes_main_page_frame a {
color: #fff; 
text-decoration: none;
}
.memes_main_page_img_frame {
/*width: 33%;*/
}
memes_main_page_img_frame > div img {
width: 100%;
}
.memes_main_frame {
display: flex; 
flex-wrap: wrap; 
justify-content: space-around; 
align-content: space-around; 
margin-bottom: 45px;
}
.memes_frame {
border: 1px solid #000; 
width: 360px; 
padding: 5px; 
border-radius: 5px; 
text-align: center; 
margin-bottom: 20px;
}
.memes_frame  img {
width: 350px;
}