body {
    background-image: url("Codiji.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#etn-btn {
    width: 230.4px;
    height: 50.9px;
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    background-color: #fcb595 ;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: medium;
    font-weight: 400;
    outline: none;

}

#etn-btn:hover {
    color:white;
    background-color: transparent;
}

.profile {
    border-radius: 50%;
    height:36px;
    width:36px;
}

.badge {
    border-radius: 50%;
    height:34px;
    width:27px;

}