.button {
  font-family:  sans-serif;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 2px;
    width:220px;
  font-size: 1.1rem;
    font-weight: 600;
    color: #FFF;
  
} 
.button:hover {
  background-color: black;
  color: white;
}
.commonStyle__zt3Brand
{
  color: #e25098;
}
.commonStyle__zt3BrandBg
{
  background-color: #e25098;
}
.Header__name
{
display:none;
}
.Header__container
{
  max-width:90%;
}
.Header__homeContent  .Header__searchSection
{
  padding: 10%;
}
.Button__buttonCommon:last-child
{
  display:none;
}
.Button__footerBtn
{
   display:none;
}

