Is there a way to adjust the text position without affecting the sidebar position?
.sign {
color: #C9B5AD;
margin-top: -190px;
z-index: 3;
text-align: center;
}
.sidenav {
background-color: #CEBAB2;
margin-top: -612px;
clear: both;
width: 12%;
height: 722px;
float: right;
}