.btn {
    border-radius: 30px 30px 30px 30px;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
  	border-radius: 20px
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.element-invisible:focus {
	width: auto;
	height: auto;
	overflow: auto;
	background: #eee;
	color: #000;
	padding: 1em;
}

.form-search, search {
  border-radius: 0px;
}

.myimage .item-image{
    border: 3px solid rgba(0, 0, 0, 0.4);
    border-radius: 0.25rem;
}

