body::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://links.catianunes.com/img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(10px);
    opacity: .5;
    z-index: 0;
}
body {              
    font-family: 'Niramit', sans-serif;
    font-size: 16px;
    color: #000000;
}
a {
    color: #000000;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
main {
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
}        
.container {
    width: auto;
    max-width: 560px;
    padding: 0 15px;
}
header .topo {
    background-image: url('https://links.catianunes.com/img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    clip-path: ellipse(80% 90px at 50% 0%);
    position: relative;
    z-index: 1;
}
header .avatar img {
    position: absolute;
    width: 80px;
    bottom: -28px;
    border: 5px solid #FFFFFF;
    z-index: 2;
}

.bio .fw-bold {
    letter-spacing: 1px;
}
.post-blog .post-desc p {
    font-size: 12px;
    letter-spacing: 0.8px;
}
.post-blog:hover a {
    color: #4e4e4e;
}
#badge {
    background: #ffae00;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -10px;
    left: -5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;            
    z-index: 2;
}
#badge:before,
#badge:after {
    content: "";
    background: #ffae00;
    position: absolute;
    top: 0px;
    left: 0;
    height: 35px;
    width: 35px;
}
#badge:before {
    transform: rotate(30deg);
}
#badge:after {
    transform: rotate(60deg);
}
#badge span {   
    color: #ffffff;         
    font-size: 13px;
    line-height: 12px;
    padding-bottom: 4px;
    transform: rotate(-20deg);
    position: relative;
    z-index: 3;
}
.links li {
    background-color: #ff9191;
    margin: 15px 0;
    transition: all .2s ease-in-out;
}
.links li:hover {
    background-color: #ffae00;
}
.links li a {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 12px 0;
}
footer a:hover {
    color: #4e4e4e;
}