*{
    padding: 0px;
    margin:0px;
    
}
body{
    
    background-color: skyblue;
    font-family: 'Courier New', Courier, monospace;
line-height: 1.6em;
}
.header{
    margin-top: 0px;
}
.navbar{
    width:100%;
    height: 60px;
    background-color: gray;
    border-radius: 0px;
    display: flex;
    margin: 0px;
    margin-top: -92px;
    padding: 6px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
}
.navbar img{
    
    width: 60px;
    height: 60px;
    
}
.navbar ul{
    overflow: auto;
}
.navbar li{
    display: inline-block;
    list-style: none;
    margin:16px 16px;
    
}
.navbar li a {
    padding: 3px 3px;
    text-decoration: none;
    color: white;
}

div.main{
  margin:10px;  
}
h2.heading{
    margin-top: 90px;
}
body .profile_image{
    width: 150px;
    height: 200px;
}
footer{
    text-align: center;
    padding:3px;
    background-color: gray;
    color: white;
    border-radius: 0%;
}
