#upper {
	padding: 100px;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 70%;
	row-gap: 15px;
	border-width: 1;
	justify-content: center;
	align-items: center;
}

div#app-logo {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 85px;
	height: 85px;
	border-radius: 20px;
	overflow: hidden;
	object-fit: cover;
}

img#image {
	display: flex;
	width: 100px;
	height: 100px;
	object-fit: cover;
}

p#app-name {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-family: PoppinsSemi;
}
