body{
	margin:0px;
	padding:0px;
	background-color:#4F4F4F;
	font-family: verdana , cursiva , serif;
	justify-content: center;
    align-items: center;
	/* box-sizing: border-box; */
}
.container{
    width: 800px;
    height: 500px;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 40px;
    justify-content:space-around;
	margin:25px auto;
}

h1{
	text-align:center;
	color:red;
	font-size:300%;
}

.first-row{
     display: flex;
}

.owner{
    width: 100%;
    margin-right: 40px;
}

.input-field{
    border: 1px solid #999;
}

.input-field input{
    width: 100%;
    border:none;
    outline: none;
    padding: 10px;
}

.selection{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selection select{
    padding: 10px 20px;
}

.jsp{
    background-color: green;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    transition: 0.5s;
}

.jsp:hover{
    background-color: red;
}
.jsr{
	text-align:center;
	margin: 0px auto;
}

a{
	text-decoration: none;
	color:yellow;
}

.cards img{
    width: 300px;
}

nav{
	width:100%;
	text-align:center;
	
}
nav ul{
	margin:0px;
	padding:0%;
	overflow:hidden;
	background-color:#444343;
	width:109.3%;
	text-align:center;

}
nav li{
	list-style-type:none;
	display:inline-table;
	float:center;
	margin:0 auto;
	text-align:center;
}
nav a{
	color:green;
	padding:15px 15px;
	display:inline-block;
	text-decoration:none;
}
.btn:hover{
	background-color:white;
	color:red;
	transition:0.3s all;
}
ul.menu{
	width:100%;	
}


.search{
	text-align:left;
}
form {
	width:99.5%;
	padding:5px;
	background-color:#242323;
	float:left;
  }
input {
	border:1px solid black;
}
.search {
	width: 50%;
	height:20px;
	
}
.submit {
    width: 70px;
    background-color: green;
    color: #ffffff;
}
.icon{
	width:3%;
	color:white;
	margin:10px;
	font-size:25px;
	display:inline;
	text-align:center;
}