			body{
				background-color: black;
			}
			.offer{
				background-color: red;
			}
			.nav_bar{
				background-color: black;
				display:flex;
				/*border: 1px solid blue;*/
				justify-content:space-between;
				height: 100px;
				color: white;
				margin-left: 50px;
			}
			.boat_home{
				width: 100px;
				height: 40px;
				margin: 16%;
			}
			#nav_cen{
				margin: auto;
				display: flex;
				/*border: 1px solid red;*/
			}
			#search_div{
				margin-top:25px;
				/*border: 1px solid red;*/
				width: 270px;
			}
			a{
				display: inline-block;
				color: white;
				text-align: center;
				padding: 14px 16px;
				text-decoration: none;
			}
			#boat_more {
			  position: relative;
			  display: inline-block;
			}
			#aborder{
				border-left: 2px solid red ;
			}

			#boat_more_list {
			  display: none;
			  position: absolute;
			  background-color: #1a1a1a;
			  min-width: 180px;
			  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			  padding: 12px 16px;
			  z-index: 1;
			}

			#boat_more:hover #boat_more_list {
			  display:block;
			}
			.boat_more_list{
				left: -450px;
				width: 1400px;
				height: 550px;
			}

			.boat_more_list>div{
				display: grid;
				margin: auto;
				grid-template-columns:repeat(4, 330px);
				grid-template-rows: repeat(3, 160px);
			}
			#search{
				box-sizing: border-box;
				border: 2px solid #ccc;
				border-radius: 20px;
				font-size: 16px;
				background-color: white;
				background-size: 25px 25px;
				background-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRzwZTv9rVnF4l1BGcm5r9tBRRCseric6MyW8QgMMGl3qbWruOGHpWpxI6Sa6ByQZh-LdA&usqp=CAU);
				background-position: 10px 10px; 
				background-repeat: no-repeat;
				padding: 12px 20px 12px 40px;
			}
			#search>option{
				background-color: #1a1a1a;
				color: white;
			}
			#footer{
				width: 100%;
				height: 100%;
				/*border: 1px solid red;*/
				margin: auto;
			}

		#icon_img{
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin-top: 25px;
            margin-left: 0px;
            /*margin-left: 5px;*/
            /*border: 1px solid red;*/
        }
		.imgsizing {
			display: inline-block;
			/*border: 1px solid red;*/
			margin-left: 0;

		}
		#nav_right{
			display:flex;
			/*border: 1px solid red;*/
		}

