body{
    background: linear-gradient(#9a08dd 0%, #dd4c4f 40%, #742043 100%);
}
.profile{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
}
.profileimage {
    width: 200px;
}
.profile h2 {
    color: white;
}
.profile h4 {
    color: white;
    transform: translateY(-10px);
}
.BIODATA{
    background: linear-gradient(#ffffff 0%, #faf8f8e3 40%, #fcfbfb00 100%);
    padding-bottom: 200px;
    padding-top: 55px;
}
.row {
    padding: 0px 20px;
}
.achievement {
    padding-top: 55px;
}
.footer {
    background-color: #fff;
    padding-bottom: 20px;
}
.contact a{
    color: black;
   font-size: 30px;
   }
.watermark {
    padding-top: 10px;
} 