body{
 
.content{
  width: 450px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
}
.nav-pills{
	width: 100%;
	margin:auto;
}
.nav-item{
	width: 40%;
}
.nav-pills .nav-link{
	font-weight: bold;
	padding-top: 13px;
	text-align: center;
	margin:auto;
	background: #343436;
	color: #fff;
	border-radius: 30px;
	height: 50px;
}
.nav-pills .nav-link.active{
	color: #000;
}
.tab-content{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -50px;
	color: #000;
	border-radius: 30px;
	z-index: 1000;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	padding: 30px;
	margin-bottom: 50px;
}
.tab-content button{
	border-radius: 15px;
	width: 300px;
	margin: 0 auto;
	float: right;
}
