/* BODY */

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	background-color: #C5C5F5;
  }


.logo-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 3%;
	height: auto;
	margin: 10px;
  	z-index: 1000;
}

.logo {
	width: 100%;
	height: auto;
	display: block;
}