html, body, form
	{
		width:100%;
		margin:0;
		padding:0;
		background-color:#E9E9E7;
		font-family:serif;
	}
	
div
	{
		margin:0;
		padding:0;
	}
h1
	{
		font-size:500%;
	}

h2
	{
		font-size:200%;
	}

h3
	{
		font-size:150%;
	}
#logo
	{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

#banner
	{	
		position:absolute;
		top:1%;
		left:3vw;
		width:96vw;
		#font-size:500%;
		z-index:-1;
	}

#covid
	{	
		position:absolute;
		top:30vh;
		left:75vw;
		width:23vw;
		font-size:2vh;
		text-align:center;
		
	}

#text
	{
		position:absolute;
		top:30vh;
		width:50vw;
		valign:bottom;
		left:5vw;
		font-size:2vh;
	}

#novis
	{
		position:absolute;
		top:55%;
		width:50%;
		valign:bottom;
		left:5%;
		font-size:100%;
	}

#strikethrough
	{
	text-decoration: line-through;
	}
#menu
	{
		position:absolute;
		top:14vw;
		left:5vw;
		font-size:3vh;
	}
#contacts
	{
		position:absolute;
		top;20vh;
		left:2%;
		font-size:150%;
	}

#mainpic
	{
		position:fixed;
		top:52vh;
		left:67vw;
		width:30vw;	
		bottom:100%;
		font-size:150%;
	}	
#phone
	{
		position:absolute;
		top:350pt;
		left:50%;
		font-size:150%;
	}

#footer
	{
		position:fixed;
		top:88vh;
		left:1vw;
		height:11vw;
		width:100%;
		text-align:center;
		background-color:#edeae5;
		color:#026670;
		font-size:1vw;
	}


		
</style>
