body {
    background-image: linear-gradient(black, rgb(128, 255, 0));
    width: 100%;
    height: 100%;
}

.heading {
    position: absolute;
    right: 70px;
    top: 36px;
    color: #cac303;
    font-family: sans-serif;
}
.developer{
    margin-left: 150px;
    color: white;
}
ul li{
    color: white;
}
h3{
    color: white;
}