
hr{
  width: 100%;
  margin-top: -0.8%;
}

.list-group{
  margin-top: 10%;

}


.recom_title{
  text-align: center;
  margin-top: 30%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: bold;
  text-decoration: underline;
  color: rgb(11, 12, 11);
  padding-bottom: 1.4em;
}

.element{
  list-style-type: none;
  box-sizing: border-box;
  width: 100%;
}

.element a {
  justify-content: center;
  display: block;
  list-style: none;
  color:black;
  display: flex;
  
  text-decoration: none;
  width: 50%;
  transition: color 0.2s ease-in-out;
}

.element a:hover {
  font-weight: bold;
  color: #ffffff;
  background-color: black;
  border-radius: 6px;
}

.text{
  font-size: 1.6vw;
}

.sidebar {
  height: 100%;
}

