﻿html {
	background-image: url(Shape2b.svg);
	background-size:  cover;	
	background-repeat: no-repeat;
	background-position: bottom;
}

#container {
	height: 96vh;
}
#logo {
	height: 100%;
	background-image: url('maxatom-logo2022a.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
