body{
    background-color: rgba(0, 189, 247, 0.459);
}
nav ul{
    display:flex;
    list-style: none;
    gap: 20px;
    position: sticky;
    top:0px;
}

nav{
    
 background-color: rgb(0, 98, 255);
    position: sticky;
    top:0px;
}

img {
width: 200px;
border-radius: 50px;
text-align:center;
margin: 40px;
}

h2{
    text-align: center;
    margin-left: 10px;
    font: size 18px;
    width: 400px;
}