@font-face { font-family: MochiyPop; src: url(https://files.catbox.moe/u54pww.ttf);	}

::selection {
	color: black;
	background: rgba(196, 155, 170, 0.5);
}

body {
  background-image: url(/vii/bg.png);
  background-size: 100%;
}

#grid {
  display: grid;
   grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
   gap: 2rem;
   padding: 2rem;
   justify-items: center;
}

#character_card {
  position: relative;
}

#portrait {
  width: 150px;
  height: 150px;
  overflow: hidden;
}