.app-header {
    display: flex;
    align-items: center;
}

.app-icon {
    width: 128px;
    height: 128px;
    border-radius: 20px;
	object-fit: contain;
}

.app-info .app-title {
    font-size: 24px;
    margin-bottom: 5px;
}

.app-info .app-developer {
    color: grey;
    margin-bottom: 10px;
}

.carousel-item {
    display: flex;
    justify-content: space-around;
	align-items: center;
	flex-direction: row;
	height: 512px;
}

.app-screenshots .carousel-inner img {
    border-radius: 10px;
	height: 512px;
	width: auto;
}

.app-description h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
