section{
width:50%;
height:1000px;
margin: 0 auto;
background: linear-gradient(to top, #fefcea, #000);
}
p {
margin: 0;
border-bottom: 1px solid #000;
padding-top: 10px;
padding-bottom: 10px;
}
p:hover {
cursor: pointer;
background: red;
}
.api-nav {
transform: translateX(-110%);
background-color: aqua;
text-align: center;
position: sticky;
width:100px;
min-height: 100px;
margin: 0; padding: 0;
top: 0;
}