.repeatBackground{
		background: url("/images/bg_fruit.png") repeat scroll 45% 4% !important;
}

.whiteText{
    color: azure;
}

.centerText{
    text-align: center;
}

.largeText{
    font-size: 50px;
}

.mediumText{
    font-size: 32px;
}

.noMargin
{
    margin: 0px;
}

.textBox {
    border-radius: 25px;
    background: #99b952;
    padding: 10px 20px 10px 20px;
    margin: 20px;
}

.bannerImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.buttonsContainer{
    margin-top: 10px;
    display: flex;
    grid-template-columns: 1f 1f 1f;
    grid-gap: 10px;
    justify-content: center;
}

.buttonsItem{
    width: 200px;
    padding: 10px;
}

body {
	width: 100%;
	height: 100%;
	position:relative;
	margin: 0px;
}

a {
	color: #FFD700;
}

.banner {
	position:absolute;
	bottom:0;
	left:0;
	max-height: 40%;
	max-width: 80%;
}

.buttons_container {
	position:relative;
	display: block;
	width: 100%;
	height: 100%;
}

.buttons {
	max-width: 70%;
	max-height: 30%;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.store img {
	max-width: 240px;
	max-height: 320px;
}
