.card {
  position: fixed; /* 固定定位 */

  width: auto;
  height: auto;
  max-width: 980px;
  max-height: 980px;
  padding: 2rem;
  border-radius: 1rem;
  overflow:hidden;
  padding: 2rem;

  margin-right:100px;
}


.card-title {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.2rem;
}

p, a {
  font-size: 1rem;
}

a {
  color: #4d4ae8;
  text-decoration: none;
}

.card {
	/* other styles */
	background: rgba(255, 255, 255, .3);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(1.35px);
}

.shape {

  width: 150px;

}