.widthinsta{
	width: 10%;
	float: right;
	background: #000;
}

.navbar {
  overflow: hidden;
  background-color: #ff000038;
  position: fixed;
  top: 80%;
  width: auto;
  text-align: right;
  border-radius: 100%;
}

.navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}