@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#image-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

#header {
	padding-right: 70px;
}
	
.formatted {
	border: 4px solid #9900ff;
	max-width: 100%;
	height: auto;
}

#logo-div {
	position: relative;
}

#penguin {
	position: absolute;
	top: -10px;
	right: 10px;

	width: 50px;
	height: auto;

	transform: rotate(-20deg);
}

h1, p, li, a {
	color: black;
	text-decoration: none;
}

#robot {
	height: 200px;
	width: auto;
}

#people {
	display: block;
	margin-left: auto;
	margin-right: auto;

	margin-top: 10px;
}

body {
	background-color: white;
}

h1 {
	font-family: "Be Vietnam Pro";
}

p, li {
	font-family: "Be Vietnam Pro";
}
