.body{
    margin: 0px;
    border: 0px;
}

.nav {
    position: fixed;
}

.navbar-nav > li{
    user-select: none;
}

.container-fluid {
    font-size: 1.5em;
}

#heading {
    font-size: 2em;
}

.custom-shape-divider-bottom-1651839688 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1651839688 svg {
    position: relative;
    display: block;
    width: calc(142% + 1.3px);
    height: 130px;
}

.custom-shape-divider-bottom-1651839688 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1651859814 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1651859814 svg {
    position: relative;
    display: block;
    width: calc(142% + 1.3px);
    height: 130px;
}

.custom-shape-divider-top-1651859814 .shape-fill {
    fill: #FFFFFF;
}

.about {
    position: relative;
    min-height: 100vh;
    min-width: 100%;
    background-image: linear-gradient(45deg, blue, magenta);
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
}

#bg {
    position: relative;
    background-image: url('../img/achievement2.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 68vh;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
}

#head {
    position: relative;
    color: #ffffffc7;
    left: 500px;
    font-family: Kaushan Script, italic;
    animation-name: animate1;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}

@keyframes animate1 {
    from{
        left: 0px;
    }
    to{
        left: 500px;
    }
}

#hobbies, #skills, #qualifications {
    position: relative;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 50px;
}

.heading {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.desc {
    position: relative;
    text-align: center;
}

.content {
    position: relative;
    top: 100px;
}

.book {
    color: white;
}
.book:hover {
    color: gray;
}

.container {
    overflow: hidden;
}

@media screen and (max-width: 860px) {
    .heading {
        font-size: 40px;
    }

    .desc {
        font-size: 20px;
    }

    .desc {
        padding-left: 10px;
        padding-right: 10px;
    }
}