body{
    margin: 0px;
}

#header{
    height: 65vh;
    background-image: url("header.jpg");
    background-position: center;
    background-size: cover;
    
}
h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: white;
    margin-top: -10px;
}

#prename{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    text-align: center;
    font-size: 30px;
    color: white;
    margin-top: 50px;
    margin-bottom: -30px;
}

p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    text-align: center;
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
}

.textalign{
    text-align: center;
}

.horlist{  
    list-style: none;
    padding: 0px 5px 5px 0px;
}

.horlist li{
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    font-size: 20px;
    display: inline-block;
    margin: 20px;
    color: white;
}
.horlist li a{
    text-decoration: none;
    color: white;
}


/* about*/


#about{
    height: auto;
    
}
#profile{
    
    height: 14rem;
    width: 12rem;
    margin: auto;
    margin-top: -6rem;
}
#profile img{
    border-radius: 50%;
    height: 100%;
    width: 100%;

}
.aboutpara{
    color: black;
}

/* skills*/

#skills{
    height: 60vh;
    background-color: rgb(43, 226, 104);
}
#exp{
    height: 60vh;
    background-color: rgb(43, 137, 226);
}
/*#about{
    height: 60vh;
}*/