.guest-container{
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin: 30px;
	h2{
		font-family: var(--title-font);
		.pronouns{
			font-size: smaller;
			font-weight: 400;
			font-style: italic;
		}
	}
	.img-container{
		max-width: min(100%, 350px);
		img{
			width: 100%;
		}
	}

}