body{
    background: linear-gradient(#9a08dd 0%, #dd4c4f 40%, #6104e4 100%);
}

.profileSet{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 89px;
}

.coolMe {
    width:300px
}

.profileSet h1{
    color: white;
    padding-top: 20px;
}

.profileSet h2{
    color: white;
}

.biodataSet{
    background: linear-gradient(#ffffff 0%, #ffffffe1 40%, #ffffff00 100%);
    padding-bottom: 100px;
    padding-top: 100px;
}

.row{
    padding: 10px 20px;
}

.Ending{
    background-color: #ffffff;
    padding-bottom: 20px;
}

.Tugas h1{
    color: white;
}

.ending a {
color: black;
font-size: 30px;
}

html {
    scroll-behavior : smooth;
    }