@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600&display=swap');

body {
    font-family: 'IBM Plex Sans', sans-serif;
}

a {
	color: #f57c06;
}

svg {
	margin-bottom: -3px;
}

section {
	display:flex;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto;
	height: 98vh;
	align-items: center;
}

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