.links-wrapper{
  display: flex;
  flex-direction: column;
  font-size: 20px;
}

.site-link{
  position: relative;
  width:fit-content;
}

.new-tile{
  position: absolute;
  right: -2em;
  top: -0.25em;
  width: fit-content;
  height: fit-content;

  color:darkred;
  text-decoration: none;
}