h6{margin-top: 20px;
  margin-left: 10px;
color: rgb(236, 13, 13);}
.a{
  background: #3b3eff;
  color:#ffffff;
  padding: 8px 30px;
  border-radius: 20px;
  transition: background 0.5;
 text-decoration: none;
 border: none;
}
.large{
  margin: auto;
}
.large ul{
  height: 220px;
  overflow: hidden;
  list-style-type:none;
  padding: 5px;
}
.large ul img{
  width:250px; height:250px;
}
.large a img{
  width: 50px; height:50px;
  border-radius: 50%;
}
select{
  width: 300px;
  height: 40px;
  background-color: rgb(167, 158, 158);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  
}
.btn{
  display: inline-block;
  background: #3b3eff;
 color:#fff;
 padding: 8px 30px;
 border-radius: 20px;
 transition: background 0.5;
 } 
.container{
  text-align: center;
}