.sidebar {
  width: 200px;
  float: left;
  padding: -5px;
  padding-top: 0px;
  position: relative;
  /* background:radial-gradient(2014px circle at 88.13% 78.10%, #bfb2c9 0%, #bad0d2 100%); */; 
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='9' stroke-dasharray='19%2c 15%2c 24%2c 15' stroke-dashoffset='32' stroke-linecap='square'/%3e%3c/svg%3e");
}

.sidebar a {
	color: #384879;
	text-decoration: none;
	font-size: 26px;
}

.sidebar a:hover{
	background-color: #CEFFC2;
}