body {
		background-color:hsl(212, 45%, 89%);
		max-width: 1440px;
		min-height: 100vh;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: auto;
}
	
	.attribution { font-size: 11px; text-align: center; padding: 10px; }
    .attribution a { color: hsl(228, 45%, 44%); }
	
.whiteSquareUP {
		margin-top: 5%;
		height: 220px;
		width: 220px;
		background-color: hsl(0, 0%, 100%);
		border-radius: 5% 5% 0 0;
		margin-left: auto;
		margin-right: auto;
		}
		
.whiteSquareDOWN {
		height: 110px;
		width: 220px;
		background-color: hsl(0, 0%, 100%);
		border-radius: 0 0 5% 5%;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		}

.QRcodeSquare {
		height: 190px;
		width: 190px;
		margin-top: 15px;
		margin-left: 15px;
		margin-right: 15px;
		border-radius: 3%;
		}

.content {
		width: 190px;
		margin-left: 15px;
		margin-right: 15px;
		}

/*====================FONTS====================*/
h1 {
	margin: 0;
	font-family: "Outfit", serif;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: hsl(218, 44%, 22%);
	}
.p1 {
    font-family: "Outfit", serif;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: hsl(218, 44%, 22%);
	}
