*{
    margin: 0;
    
}

body{
    font-family: sans-serif;
    background-color: #8ee9f5;
}

.heading{
    text-align: center;
    margin: 10px;
}

.proj-list ul li{
    list-style: no;
}