* {
	margin: 0;
}

body {
	display: flex;

	width: 100%;
	height: 100svh;

	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	background-image: url("/assets/myhonestreaction.png");
	background-position: center;
}

div {
	height: calc(205px * 2);
	width: calc(154px * 2);
}

img {
	height: 100%;
	width: 100%;

	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
