#rightcontent {
  display: flex;
  flex-direction: column;
  max-width: 30%;
  top: 30%;
  z-index: 1;
  margin: auto;
  position: relative;
  right: 0;
}

#rightcontent a {
	text-decoration: underline;
	color: rgb(0, 145, 255);
}