BODY {
	background-image:    url(unitopp.svg), url(unibunn.svg);
	background-repeat:   no-repeat, no-repeat;
	background-position: top center, bottom center;
	background-size:      contain, contain;
	padding-top: 4rem;
	padding-bottom: 10rem;
	font-family: "Libre Franklin";
	font-weight: 300;
	line-height: 170%;
	}

P, H1, H2, H3, H4, H5, UL, LI {
	color: #444444;
	}

.carousel IMG {
	top: 0;
	left: 0;
	min-width: 100%;
	height: auto;
	}

IMG {
	max-width:100%;
	max-height: auto;
	height: auto;
	}
/*
#logo {
	display: block;
	position: absolute;
	top: 5%;
	left: 10%;
	width: 10%;
	height: 10%;
	background-image: url(logo2.svg);
	background-repeat: no-repeat;
	background position: top center;
	background-size: contain;
	}
*/
#logo {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 15%;
	aspect-ratio: 1/1;
	background-image: url(logo2.svg);
	background-repeat: no-repeat;
	background position: top center;
	background-size: contain;
	}
