body {
	margin: 0;
	height: 100%;
}

.title-image {
	width: 100%;
	max-width: 400px;
	margin-bottom: 24px;
}

.background {
	background-color: #4C9DF1;
	background-image: url("https://storage.googleapis.com/tripeaks/web/deeplink/bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100dvh;
	display: flex;
	justify-content: center;
}

.content {
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	@media (max-height: 768px) {
		transform: scale(0.8);
	}

	@media (orientation: landscape) {
		@media (max-height: 600px) {
			transform: scale(0.5);
		}
		@media (max-height: 375px) {
			transform: scale(0.4);
		}
		@media (max-height: 305px) {
			transform: scale(0.3);
		}
	}
}

p {
	margin: 0;
	text-align: center;
}

p.baloo {
	font-family: Baloo;
	color: white;
	font-size: 24px;
	line-height: 26px;
	paint-order: stroke fill;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: #000;
	text-shadow: 3px 3px 0px #000;
	max-width: 400px;
    margin-bottom: 19px;
}

p.trouble {
	color: #FFE37E;
}

p.inter {
	font-family: Inter;
	color: black;
	font-size: 16px;
	font-weight: 700;
}

p.ready {
	font-size: 24px;
	margin-top: 19px;
}

ul {
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-bottom: 0;
}

li {
	margin-bottom: 5px;
}

ul li a img {
	width: 184.5px;
	height: auto;
}

img.characters {
	width: 100%;
	max-width: 400px;
}

a {
    display: block;
    text-decoration: none;
}

button {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
    text-align: center;
    color: #FFF;
    border-radius: 16px;
    border: 1px solid #66CC32;
    background: linear-gradient(180deg, #74EB38 0%, #5BB52D 100%);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.45);
    padding: 8px 28px;
    cursor: pointer;
}
