body {
    /* background: rgb(0,255,152);
    background: radial-gradient(circle, rgba(0,255,152,1) 0%, rgba(0,67,255,1) 100%);   */
    background-image: linear-gradient(to right, #b5aaf1 0%, #e3c7f1 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%);
}

.blisznav {
    background: #ffe6ab;
    height: 72px;
}

.first-container {
    margin-top: 56px;
    justify-content: center;
}

.heading1 {
    font-size: 26px;
}

.heading2 {
    font-size: 22px;
}

.heading3 {
    font-size: 20px;
}

p {
    font-size: 16px;
}

.p-content {
    font-size: 18px;
}

.gradient-card {
    background: #ffffff4a;
    border-radius: 16px;
}

.my-apps-card {
    width: 100%;
}

.dp-img {
    width:150px;
    height:150px;
    border-radius: 50%;
}

.footer{
    background-color: #f2f8cf;
    text-align: center;
}

.footer{
    position: relative;
    background-color: #7096ff;
    text-align: center;
    padding: 20px;
}

.social{
    display: inline-block;
    color: #807f56;
    font-size: 25px;
    margin: 0;
}

.social-icons{
    opacity: 0.7;
    width: 50px;
}

.social-icons:hover{
    opacity: 1;
    border-radius: 20%;
    background-color: rgb(0, 132, 255);
}

@media (min-width: 576px) {
    .heading1 {
        font-size: 64px;
    }

    .heading2 {
        font-size: 42px;
    }

    .heading3 {
        font-size: 32px;
    }

    p {
        font-size: 24px;
    }

    .p-content {
        font-size: 20px;
    }

    .dp-img {
        width:300px;
        height:300px;
    }
}