.box{
    position: relative;
}
#share {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: 0.5rem;
    background-color: #eee;
    color: var(--black);
    font-size: 2rem;
    margin-left: 0.3rem;
    cursor: pointer;
    text-align: center;
    position:absolute;
    right: 7px;
    top: 7px;
}
#share:hover {
    background-color: var(--orange);
    color: #fff;
}
.akname{
    margin: auto;
    font-size: 15px;
}
.subscribe{
    font-size: 15px;
    color: #61b752;
    margin-top: 10px;
    display: block;
}
.contact{
    font-size: 15px;
    color: #61b752;
    margin-top: 10px;
    display: block;
}
.aklogo{
    width: 25px;
    height: 25px;
    margin-bottom: -4px;
}
.whatsapp-png{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}