body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: 'Inter',sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.giantbox
{
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	display:flex;
	align-items: center;
	justify-content: center;
}

.main {
	box-sizing: border-box;
	width:350px;
	text-align: center;
	padding:20px;
}

.qrdiv {
	text-align: center;
	width:100%;
	margin-bottom: 50px;
}

.qrcode {
	text-align: center;
}

.qrcode img
{
	text-align: center;
	margin:0 auto;
}

.qrcode > img {
	background-color: #fff;
}

.downloadBtn {
	background: none;
	border: 1px solid red;
	color: red;
	font-weight: 500;
	cursor: pointer;
	padding: 3px;
	padding-left:7px;
	padding-right: 7px;
	font-family: 'Inter',sans-serif;
	margin-top:20px;
	border-radius:5px;
	background-color: white;
	user-select: none;
}

.downloadBtn:active {
	opacity: 0.7;
}

.btn {
	margin-top:10px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 12px;
	text-align: center;
	border-radius: 8px;
	border: none;
	background-color: black;
	color: white;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	font-family: 'Inter',sans-serif;
}

.dataBox {
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px 16px;
	font-size: 16px;
	outline: none;
	border:1px solid #DEDEDE;
	text-align: center;
	font-family: 'Inter',sans-serif;
	font-weight:500;
	width:100%;
}

.dataBox:focus{
	border-color: #2e90fa;
}


.btn:active {
	background-color:rgba(0,0,0,0.7);
}


h1
{
	font-family: 'Climate Crisis', cursive;
	font-weight:400;
	font-size:25px;
	color: rgba(126, 126, 145, 0.3);
}

h1 a{
	text-decoration: none;
	color: rgba(126, 126, 145, 0.3);
}

p{
	font-family: 'Inter',sans-serif;
	font-weight:400;
	font-size:11px;
	color: #cccccc;
}

.hide {
	display: none;
}

.error {
	border-color: #e22416;
}

.shake {
	animation: shake 0.5s;
	animation-iteration-count: infinite;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}
	10% {
		transform: translate(-1px, -2px) rotate(-0.5deg);
	}
	20% {
		transform: translate(-3px, 0px) rotate(0.5deg);
	}
	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}
	40% {
		transform: translate(1px, -1px) rotate(0.5deg);
	}
	50% {
		transform: translate(-1px, 2px) rotate(-0.5deg);
	}
	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}
	70% {
		transform: translate(3px, 1px) rotate(-0.5deg);
	}
	80% {
		transform: translate(-1px, -1px) rotate(0.5deg);
	}
	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}
	100% {
		transform: translate(1px, -2px) rotate(-0.5deg);
	}
}


.advertise
{
	position: fixed;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    margin: 20px;
    text-decoration: none;
    border: 1px solid #7a7a7a;
    border-radius: 5px;
    background-color: black;
    overflow: hidden;
    /* max-width: 250px; */
    box-shadow: 0px 10px 15px -11px rgba(0,0,0,0.1);
}

.advertise:active
{
	opacity: 0.8;
}

.advertise a
{
	text-decoration: none;
    color: #f9c23c;
    display: flex;
    flex-direction: row;
}

.advertise p
{
	margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Inter',sans-serif;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}


.innerbox
{
	width: 600px;
	box-sizing: border-box;
	margin-top: -20px;
}

.footerbox
{
	width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background-color: #262626;
    border-radius: 15px 15px 0px 0px;
}

.footer
{
    width: 800px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap:30px;
}

.footerelement img
{
    width:150px;
    box-sizing: border-box;
    user-select: none;
    pointer-events: none;
    margin-bottom: 10px;
}

.footerelement p
{
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: grey;
    margin-top: 5px;
}

.footerelement h2
{
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #dadada;
    margin-bottom: 10px;
}

.footerelement a
{
	font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: grey;
    text-decoration: none;
    display: flex;
    margin-bottom: 10px;
}

.footerelement a:hover
{
    text-decoration: underline;
}

.footerelementlogo h2
{
	font-family: 'Zilla Slab', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #f2f2f2;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.footerelementlogo h2 img
{
	width: 20px;
    user-select: none;
    pointer-events: none;
	margin:0;
    margin-right: 5px;
}

@media screen and (max-width: 600px) {
	.innerbox{
		width: 100%;
	}
	.footer
    {
        width: 100%;
        grid-template-columns: 1fr;
        text-align: center;
    }
	.footerelementlogo h2
	{
		justify-content: center;
	}
    .footerelement a
    {
        justify-content: center;
    }
}