section{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:15px;gap:15px;margin-bottom:10px}@media screen and (min-width:420px){section{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px){section{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:992px){section{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1200px){section{grid-template-columns:repeat(5,1fr)}}.card{height:100%}#full-profile img{width:100%;max-width:100%}@media screen and (min-width:600px){#full-profile{flex-direction:row}#full-profile img{width:30%;display:inline-block}#full-profile .card-body{width:70%;display:inline-block}}#user-link{transition:box-shadow .3s}#user-link a:hover{text-decoration:none}#user-link h4,#user-link h6{color:#000}#user-link:hover{box-shadow:0 0 10px grey}#loader{height:100vh;display:grid;justify-content:center;align-items:center}
/*# sourceMappingURL=main.6673b95d.chunk.css.map */