body{
	background-color: #ffffff;
    color: rgb(90, 90, 90);
}

.itunes-image{
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 10px;
}

.itunes-title{
	display: inline-block;
	font-size: 21px;
	margin-left: 10px;
	width: calc(100% - 160px);
}

.itunes-row{
	color: rgb(90, 90, 90);
	cursor: pointer;
}

.itunes-row:hover{
	background-color: rgba(255, 255, 255, 0.2);
}

.btn-primary {
	color: #000;
	background-color: #faab16;
	border-color: #ffb900;
}

.btn-secondary {
	color: #090909;
	background-color: #bdbdbd;
	border-color: #6c757d;
}

a{
	color: #ffbb5c;
}