body{
font-family:Arial;
margin:0;
background:linear-gradient(135deg,#ee4d2d,#111,#fe2c55);
}

.container{
max-width:480px;
margin:auto;
padding:40px 20px;
}

.profile{
text-align:center;
margin-bottom:30px;
}

.profile img{
width:110px;
height:110px;
border-radius:50%;
border:3px solid white;
}

.profile h1{
color:white;
margin:10px 0;
}

.profile p{
color:#ddd;
}

.card{
background:white;
padding:20px;
border-radius:20px;
}

.search{
width:100%;
padding:14px;
border-radius:10px;
border:1px solid #ddd;
margin-bottom:15px;
}

.link{
display:flex;
justify-content:space-between;
padding:14px;
border-radius:10px;
border:1px solid #eee;
margin-bottom:10px;
text-decoration:none;
color:#111;
}

.link:hover{
border-color:#ee4d2d;
}

.badge{
background:#fff0ed;
color:#ee4d2d;
padding:3px 8px;
border-radius:6px;
font-size:12px;
}

.category{
display:inline-block;
background:#eee;
padding:6px 10px;
margin:4px;
border-radius:8px;
cursor:pointer;
}

.category:hover{
background:#ee4d2d;
color:white;
}

.load{
width:100%;
padding:12px;
background:#ee4d2d;
color:white;
border:none;
border-radius:10px;
margin-top:10px;
cursor:pointer;
}
