*, *::before, *::after {
	box-sizing: border-box;
}

body {
	font-family: "Open Sans", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  font-style: normal;
	  font-variation-settings:
	    "wdth" 100;
	font-size: 18px;
}

main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 4rem;
	width: 1080px;
	max-width: 100%;
	margin: auto;
	height: 100vh;
	padding: 2rem;
}

img {
	max-width: 360px;
	width: 100%;
	height: auto;
}

address {
	font-style: normal;
}
