body {
	background-color: black;
}

#cv {
    display: block;
    margin: 0px auto;
    width: 95%;
    height: auto;
    padding: 64px 0px;
}
html {
    cursor: url(https://i.postimg.cc/c1BykcXv/cursor.png), crosshair;

}

div{
	    background: linear-gradient(orange,black);
	    width : 100%;
	    height: 100px;
}