

		html,  body {
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
			font-family: arial;
}		
       .main {
           order: solid #EF2124 2px ;
		   adding-bottom: 10px;
        }
	.intro	{color: #BC1013;
				}
	
	.intro1	{
		padding: 10px;
		background: #BC1013;
		color: #FFFEFE;
				}



	.sectiontop	{
		margin-top: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #74f2fb;
		color: #BC1013;
		eight: 230px;
		font-size: 20px;
		font-weight: bold;
				}
	.sectioncontent	{
		padding: 10px;
		ackground: #74f2fb;
		color: #000;
		eight: 200px;
				}

	.footer	{		padding: 10px;
		background: #74f2fb;
		color: #BC1013;
				}


#myBtn {
  display: none;
  position: fixed;
  bottom: 1px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #BC1013;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
}

#myBtn:hover {
  background-color: #555;
}















