html, body{
    width: 100%;
    height: 100%;
}

*{
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    background: url('../images/background.png');
}

.card{
    width: 380px;
    border: none;
    border-radius: 15px;
    padding: 8px;
    background-color: #fff;
    position: relative;
}

.upper{
    height: 80px;
    text-align: center;
}

.user{
    position: relative;
}

.profile img{
    height: 80px;
    width: 80px;
    margin-top:2px;
}

.profile{
    position: absolute;
    top:-50px;
    left: 38%;
    height: 90px;
    width: 90px;
    border:3px solid #fff;
    border-radius: 50%;
}

.follow{
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
}
.stats span{
    font-size: 29px;
}

.customcard{
    width: 500px;
    max-width: 500px;
    box-shadow: none;
    background-color: transparent;
    color: #fff !important;
}
