.profile-picture {
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div{
    padding-top: 5%;
}

.sidebar-wrapper{
    padding-top: 20px;
}

.bg{
    filter: blur(10px);
    transform: scale(1.1);
}

.icon{
    width: 32px;
    height: 32px;
}

.icon-s{
    width: 34.75;
    height: 32px;
}